summaryrefslogtreecommitdiff
path: root/src/screen_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_world.c')
-rw-r--r--src/screen_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_world.c b/src/screen_world.c
index 49d94ac..a1ef1c1 100644
--- a/src/screen_world.c
+++ b/src/screen_world.c
@@ -97,7 +97,7 @@ void countRoundInc()
}
count++;
- printf("count %d\n", count);
+ printf("count = %d\n", count);
if( count >= max_count )
{