summaryrefslogtreecommitdiffstats
path: root/trek/lose.c
diff options
context:
space:
mode:
Diffstat (limited to 'trek/lose.c')
-rw-r--r--trek/lose.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/lose.c b/trek/lose.c
index 974b1776..957712f5 100644
--- a/trek/lose.c
+++ b/trek/lose.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lose.c,v 1.9 2009/05/24 21:44:56 dholland Exp $ */
+/* $NetBSD: lose.c,v 1.10 2009/08/12 08:54:54 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)lose.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: lose.c,v 1.9 2009/05/24 21:44:56 dholland Exp $");
+__RCSID("$NetBSD: lose.c,v 1.10 2009/08/12 08:54:54 dholland Exp $");
#endif
#endif /* not lint */
@@ -54,7 +54,7 @@ __RCSID("$NetBSD: lose.c,v 1.9 2009/05/24 21:44:56 dholland Exp $");
extern jmp_buf env;
-const char *const Losemsg[] = {
+static const char *const Losemsg[] = {
"You ran out of time",
"You ran out of energy",
"You have been destroyed",