aboutsummaryrefslogtreecommitdiff
path: root/games/hack/hack.version.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.version.c')
-rw-r--r--games/hack/hack.version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.version.c b/games/hack/hack.version.c
index 0fe78854972b..a6744d166473 100644
--- a/games/hack/hack.version.c
+++ b/games/hack/hack.version.c
@@ -10,7 +10,7 @@ doversion(){
"Quest"
#else
"Hack"
-#endif QUEST
+#endif /* QUEST */
), datestring);
return(0);
}