diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-03-28 17:58:21 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-03-28 17:58:21 +0000 |
commit | c78eba9b0a45a301652ac9d309435ef44a8c87b5 (patch) | |
tree | 235b4b627d763a51e0adcff4ac7fdf4db03f43a3 /usr.bin/vi/cl/cl_main.c | |
parent | 9af4511ff0340ab9a2aa2ca64e420def89d91e91 (diff) |
- minor ansification
from Gleydson Soares
ok otto@
Diffstat (limited to 'usr.bin/vi/cl/cl_main.c')
-rw-r--r-- | usr.bin/vi/cl/cl_main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/vi/cl/cl_main.c b/usr.bin/vi/cl/cl_main.c index 0cd9ccf8076..405a10b6988 100644 --- a/usr.bin/vi/cl/cl_main.c +++ b/usr.bin/vi/cl/cl_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cl_main.c,v 1.18 2007/10/17 20:10:44 chl Exp $ */ +/* $OpenBSD: cl_main.c,v 1.19 2008/03/28 17:58:20 jasper Exp $ */ /*- * Copyright (c) 1993, 1994 @@ -53,9 +53,7 @@ static void term_init(char *, char *); * This is the main loop for the standalone curses editor. */ int -main(argc, argv) - int argc; - char *argv[]; +main(int argc, char *argv[]) { static int reenter; CL_PRIVATE *clp; |