summaryrefslogtreecommitdiff
path: root/vi/v_yank.c
diff options
context:
space:
mode:
Diffstat (limited to 'vi/v_yank.c')
-rw-r--r--vi/v_yank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vi/v_yank.c b/vi/v_yank.c
index 7b02cce04adb2..7322f7336df3e 100644
--- a/vi/v_yank.c
+++ b/vi/v_yank.c
@@ -39,7 +39,7 @@ static const char sccsid[] = "$Id: v_yank.c,v 10.10 2001/06/25 15:19:36 skimo Ex
* to the line and column marked by a. Hopefully, the motion component code
* got it right... Unlike delete, we make no adjustments here.
*
- * PUBLIC: int v_yank __P((SCR *, VICMD *));
+ * PUBLIC: int v_yank(SCR *, VICMD *);
*/
int
v_yank(SCR *sp, VICMD *vp)