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/throw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/rogue/throw.c') diff --git a/games/rogue/throw.c b/games/rogue/throw.c index 0af3117..3a0205d 100644 --- a/games/rogue/throw.c +++ b/games/rogue/throw.c @@ -261,7 +261,7 @@ short row, col; rand_around(i, r, c) short i, *r, *c; { - static char* pos = "\010\007\001\003\004\005\002\006\0"; + static char pos[] = "\010\007\001\003\004\005\002\006\0"; static short row, col; short j; -- cgit v1.1