summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/atc/input.c2
-rw-r--r--games/atc/log.c2
-rw-r--r--games/atc/update.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/input.c b/games/atc/input.c
index 1b42ac5..b6f1889 100644
--- a/games/atc/input.c
+++ b/games/atc/input.c
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
-#endif not lint
+#endif /* not lint */
#include <stdlib.h>
#include <string.h>
diff --git a/games/atc/log.c b/games/atc/log.c
index 0bf6958..471b9ec 100644
--- a/games/atc/log.c
+++ b/games/atc/log.c
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
-#endif not lint
+#endif /* not lint */
#include <string.h>
#include "include.h"
diff --git a/games/atc/update.c b/games/atc/update.c
index 139ea4e..f7d898f 100644
--- a/games/atc/update.c
+++ b/games/atc/update.c
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
-#endif not lint
+#endif /* not lint */
#include <string.h>
#include "include.h"
OpenPOWER on IntegriCloud