]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.c
Typo fix in unknown option message (from Malcolm Parsons
[bsdgames-darwin.git] / atc / extern.c
index f02eb4c3d05208f3831da1ce921a9505f6c524c4..0ec00dffd347da98882b0b6689ed3a704151b770 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.c,v 1.5 1997/10/10 02:07:04 lukem Exp $ */
+/*     $NetBSD: extern.c,v 1.6 1998/11/10 13:43:30 hubertf Exp $       */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -50,7 +50,7 @@
 #if 0
 static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: extern.c,v 1.5 1997/10/10 02:07:04 lukem Exp $");
+__RCSID("$NetBSD: extern.c,v 1.6 1998/11/10 13:43:30 hubertf Exp $");
 #endif
 #endif /* not lint */
 
@@ -60,7 +60,7 @@ char          GAMES[] =       "Game_List";
 
 int            clck, safe_planes, start_time, test_mode;
 
-char           *file;
+const char     *file;
 
 FILE           *filein, *fileout;