summaryrefslogtreecommitdiffstats
path: root/src/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demo.c')
-rw-r--r--src/demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo.c b/src/demo.c
index 4e57b45..04269b4 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -154,6 +154,6 @@ demo(void)
for (; y > 5 * map->tileheight; y -= 1) DEMO(); /* Up */
for (; x < 17 * map->tilewidth ; x += 1) DEMO(); /* Right */
for (; y > 1 * map->tileheight; y -= 1) DEMO(); /* Up */
- debug("Rendered %d frames in %d milliseconds", i, total);
+ debug("Rendered %d frames in %u milliseconds", i, total);
}
}