summaryrefslogtreecommitdiff
path: root/games/atc/input.c
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-08-06 22:59:14 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-08-06 22:59:14 +0000
commitfd84030e113cfc21538f46f52601e75d11d7cd46 (patch)
treefbb40ee2d238fafdbc28bc69fc3a2c9946ac7f2b /games/atc/input.c
parentae0bab4889690c7680ac2b500763a7cadd471d12 (diff)
Nothing but comments after #endif and #else; heko@iki.fi
Diffstat (limited to 'games/atc/input.c')
-rw-r--r--games/atc/input.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/input.c b/games/atc/input.c
index 68c53d4e894..709f2fb4ceb 100644
--- a/games/atc/input.c
+++ b/games/atc/input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: input.c,v 1.5 1998/09/21 07:36:06 pjanzen Exp $ */
+/* $OpenBSD: input.c,v 1.6 2001/08/06 22:59:13 pjanzen Exp $ */
/* $NetBSD: input.c,v 1.4 1995/04/27 21:22:24 mycroft Exp $ */
/*-
@@ -50,9 +50,9 @@
#if 0
static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: input.c,v 1.5 1998/09/21 07:36:06 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: input.c,v 1.6 2001/08/06 22:59:13 pjanzen Exp $";
#endif
-#endif not lint
+#endif /* not lint */
#include "include.h"
#include "pathnames.h"