From d59a3ca336bac3dac6ad8918ff6cb28fcbbba718 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Apr 1999 03:59:02 +0000 Subject: Merge a bunch of cleanups from NetBSD. PR: 8083 Submitted by: Stephen J. Roznowski Obtained from: a whole slew of NetBSD PRs --- games/battlestar/nightobjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/battlestar/nightobjs.c') diff --git a/games/battlestar/nightobjs.c b/games/battlestar/nightobjs.c index 53531d5..0b9fcd4 100644 --- a/games/battlestar/nightobjs.c +++ b/games/battlestar/nightobjs.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)nightobjs.c 8.1 (Berkeley) 5/31/93"; #include "externs.h" -struct objs nightobjs[] = { +const struct objs nightobjs[] = { { 218, PAJAMAS }, { 235, NATIVE }, { 92, PAPAYAS }, -- cgit v1.1