summaryrefslogtreecommitdiffstats
path: root/games/rogue/throw.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/throw.c')
-rw-r--r--games/rogue/throw.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud