From 7b5e44afccb39426d599f7bbcd79bd98690eea74 Mon Sep 17 00:00:00 2001 From: billf Date: Sat, 25 Dec 1999 03:50:42 +0000 Subject: Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable). As wpaul notes, I was trying to fix something that wasn't broke. --- games/adventure/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/adventure/setup.c b/games/adventure/setup.c index 9d31541..bb1764c 100644 --- a/games/adventure/setup.c +++ b/games/adventure/setup.c @@ -89,7 +89,7 @@ char *argv[]; puts(SIG1); puts(SIG2); puts(" */"); - printf("\n\nconst char data_file[] =\n{"); + printf("\n\nchar data_file[] =\n{"); srandom(SEED); count = 0; linestart = YES; -- cgit v1.1