diff options
Diffstat (limited to 'ex/ex_put.c')
-rw-r--r-- | ex/ex_put.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex/ex_put.c b/ex/ex_put.c index 7a3996be77c85..384b500f4709e 100644 --- a/ex/ex_put.c +++ b/ex/ex_put.c @@ -29,7 +29,7 @@ static const char sccsid[] = "$Id: ex_put.c,v 10.8 2001/06/25 15:19:18 skimo Exp * ex_put -- [line] pu[t] [buffer] * Append a cut buffer into the file. * - * PUBLIC: int ex_put __P((SCR *, EXCMD *)); + * PUBLIC: int ex_put(SCR *, EXCMD *); */ int ex_put(SCR *sp, EXCMD *cmdp) |