summaryrefslogtreecommitdiffstats
path: root/games/larn/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/larn/main.c')
-rw-r--r--games/larn/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/main.c b/games/larn/main.c
index 7aa5697..cb500d3 100644
--- a/games/larn/main.c
+++ b/games/larn/main.c
@@ -4,7 +4,7 @@
#include <sys/stat.h>
#include "header.h"
#include <pwd.h>
-static char copyright[]="\nLarn is copyrighted 1986 by Noah Morgan.\n";
+static const char copyright[]="\nLarn is copyrighted 1986 by Noah Morgan.\n";
int srcount=0; /* line counter for showstr() */
int dropflag=0; /* if 1 then don't lookforobject() next round */
int rmst=80; /* random monster creation counter */
OpenPOWER on IntegriCloud