diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-09 15:59:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-09 15:59:27 +0000 |
commit | c1b01e7eebe1d3206f4204776b105318b0b7b8bc (patch) | |
tree | 940af30a6f1a9912227868afece1c2d1b1091dff /games/adventure/main.c | |
parent | fe859c06cf60db912ac03d66f1dc8d70b91bd189 (diff) |
ansi; khalek@linuxgamers.net
Diffstat (limited to 'games/adventure/main.c')
-rw-r--r-- | games/adventure/main.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/adventure/main.c b/games/adventure/main.c index 081eb1a98b5..d6f05f20830 100644 --- a/games/adventure/main.c +++ b/games/adventure/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.17 2003/07/10 00:03:01 david Exp $ */ +/* $OpenBSD: main.c,v 1.18 2004/07/09 15:59:26 deraadt Exp $ */ /* $NetBSD: main.c,v 1.5 1996/05/21 21:53:09 mrg Exp $ */ /*- @@ -45,7 +45,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.17 2003/07/10 00:03:01 david Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.18 2004/07/09 15:59:26 deraadt Exp $"; #endif #endif /* not lint */ @@ -61,9 +61,7 @@ static char rcsid[] = "$OpenBSD: main.c,v 1.17 2003/07/10 00:03:01 david Exp $"; #include "extern.h" int -main(argc, argv) - int argc; - char **argv; +main(int argc, char *argv[]) { int i; int rval, ll; |