summaryrefslogtreecommitdiffstats
path: root/games/rogue/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/main.c')
-rw-r--r--games/rogue/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/main.c b/games/rogue/main.c
index 97e492c..2687e34 100644
--- a/games/rogue/main.c
+++ b/games/rogue/main.c
@@ -77,7 +77,7 @@ char *argv[];
put_mons();
put_player(party_room);
print_stats(STAT_ALL);
-PL:
+PL:
play_level();
free_stuff(&level_objects);
free_stuff(&level_monsters);
OpenPOWER on IntegriCloud