diff options
Diffstat (limited to 'games/adventure/setup.c')
-rw-r--r-- | games/adventure/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/adventure/setup.c b/games/adventure/setup.c index c5c4a96c182..a5a520c07b7 100644 --- a/games/adventure/setup.c +++ b/games/adventure/setup.c @@ -64,7 +64,7 @@ static char rcsid[] = "$NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $"; #define SIG2 " * Sterday, 6 Thrimidge S.R. 1993, 15:24" #include <stdio.h> -#include "hdr.h" /* SEED lives in there; keep them coordinated. */ +#include "hdr.h" /* SEED lives in there; keep them coordinated. */ #define USAGE "Usage: setup file > data.c (file is typically glorkz)\n" @@ -73,7 +73,7 @@ static char rcsid[] = "$NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $"; void fatal(); -#define LINE 10 /* How many values do we get on a line? */ +#define LINE 10 /* How many values do we get on a line? */ main(argc, argv) int argc; |