summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/vi/v_yank.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi/vi/v_yank.c')
-rw-r--r--contrib/nvi/vi/v_yank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nvi/vi/v_yank.c b/contrib/nvi/vi/v_yank.c
index 7b02cce..7322f73 100644
--- a/contrib/nvi/vi/v_yank.c
+++ b/contrib/nvi/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)
OpenPOWER on IntegriCloud