diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-08-06 22:59:14 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-08-06 22:59:14 +0000 |
commit | fd84030e113cfc21538f46f52601e75d11d7cd46 (patch) | |
tree | fbb40ee2d238fafdbc28bc69fc3a2c9946ac7f2b /games/atc/update.c | |
parent | ae0bab4889690c7680ac2b500763a7cadd471d12 (diff) |
Nothing but comments after #endif and #else; heko@iki.fi
Diffstat (limited to 'games/atc/update.c')
-rw-r--r-- | games/atc/update.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/update.c b/games/atc/update.c index e34b7c768cb..a4a234c1c69 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.3 1998/09/21 07:36:07 pjanzen Exp $ */ +/* $OpenBSD: update.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -49,9 +49,9 @@ #if 0 static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: update.c,v 1.3 1998/09/21 07:36:07 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: update.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $"; #endif -#endif not lint +#endif /* not lint */ #include "include.h" |