diff options
Diffstat (limited to 'ex/ex_undo.c')
-rw-r--r-- | ex/ex_undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex/ex_undo.c b/ex/ex_undo.c index 9e4cd79775594..32f35fd583335 100644 --- a/ex/ex_undo.c +++ b/ex/ex_undo.c @@ -28,7 +28,7 @@ static const char sccsid[] = "$Id: ex_undo.c,v 10.7 2001/06/25 15:19:21 skimo Ex * ex_undo -- u * Undo the last change. * - * PUBLIC: int ex_undo __P((SCR *, EXCMD *)); + * PUBLIC: int ex_undo(SCR *, EXCMD *); */ int ex_undo(SCR *sp, EXCMD *cmdp) |