diff options
| author | dholland <dholland@NetBSD.org> | 2012-06-19 05:30:43 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2012-06-19 05:30:43 +0000 |
| commit | 60030fd11e6c646dbc35c5254b2520d5af45288f (patch) | |
| tree | 2d9c57e3deb2afa23793d42c8ba11c5b98398282 /larn/diag.c | |
| parent | 98b4affa216164b77e59278a2b1cdc3deee77716 (diff) | |
| download | bsdgames-darwin-60030fd11e6c646dbc35c5254b2520d5af45288f.tar.gz bsdgames-darwin-60030fd11e6c646dbc35c5254b2520d5af45288f.zip | |
WARNS=5
Diffstat (limited to 'larn/diag.c')
| -rw-r--r-- | larn/diag.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/larn/diag.c b/larn/diag.c index 43f1ff64..a3482c1d 100644 --- a/larn/diag.c +++ b/larn/diag.c @@ -1,9 +1,9 @@ -/* $NetBSD: diag.c,v 1.12 2008/02/03 19:20:41 dholland Exp $ */ +/* $NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $ */ /* diag.c Larn is copyrighted 1986 by Noah Morgan. */ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: diag.c,v 1.12 2008/02/03 19:20:41 dholland Exp $"); +__RCSID("$NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $"); #endif /* not lint */ #include <sys/types.h> @@ -176,8 +176,7 @@ diagdrawscreen() */ static time_t zzz = 0; int -savegame(fname) - char *fname; +savegame(char *fname) { int i, k; struct sphere *sp; @@ -242,8 +241,7 @@ savegame(fname) } void -restoregame(fname) - char *fname; +restoregame(char *fname) { int i, k; struct sphere *sp, *sp2; |
