summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/vi/v_right.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi/vi/v_right.c')
-rw-r--r--contrib/nvi/vi/v_right.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/nvi/vi/v_right.c b/contrib/nvi/vi/v_right.c
index 566f952..bfcf8dd 100644
--- a/contrib/nvi/vi/v_right.c
+++ b/contrib/nvi/vi/v_right.c
@@ -28,7 +28,7 @@ static const char sccsid[] = "$Id: v_right.c,v 10.8 2001/06/25 15:19:34 skimo Ex
* v_right -- [count]' ', [count]l
* Move right by columns.
*
- * PUBLIC: int v_right __P((SCR *, VICMD *));
+ * PUBLIC: int v_right(SCR *, VICMD *);
*/
int
v_right(SCR *sp, VICMD *vp)
@@ -78,7 +78,7 @@ eol: v_eol(sp, NULL);
* v_dollar -- [count]$
* Move to the last column.
*
- * PUBLIC: int v_dollar __P((SCR *, VICMD *));
+ * PUBLIC: int v_dollar(SCR *, VICMD *);
*/
int
v_dollar(SCR *sp, VICMD *vp)
OpenPOWER on IntegriCloud