summaryrefslogtreecommitdiffstats
path: root/games/adventure/wizard.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/wizard.c')
-rw-r--r--games/adventure/wizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c
index 9d39a45..accf6ba 100644
--- a/games/adventure/wizard.c
+++ b/games/adventure/wizard.c
@@ -80,7 +80,7 @@ char magic[6];
void
poof()
{
- strcpy(magic, DECR(d,w,a,r,f));
+ strcpy(magic, DECR('d','w','a','r','f'));
latncy = 45;
}
OpenPOWER on IntegriCloud