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/rogue/ring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/rogue/ring.c') diff --git a/games/rogue/ring.c b/games/rogue/ring.c index e343b2c..9516b5f 100644 --- a/games/rogue/ring.c +++ b/games/rogue/ring.c @@ -52,8 +52,8 @@ static char sccsid[] = "@(#)ring.c 8.1 (Berkeley) 5/31/93"; #include "rogue.h" -char *left_or_right = "left or right hand?"; -char *no_ring = "there's no ring on that hand"; +const char *left_or_right = "left or right hand?"; +const char *no_ring = "there's no ring on that hand"; short stealthy; short r_rings; short add_strength; -- cgit v1.1