home · contact · privacy
draw_all_wins() returns error code of its draw_scroll_hint() uses.
[plomrogue] / src / rexit.c
index d718f19d5656a1c9a0d838c96cd8d6dcc87d6a9d..73d740ba4bd8e8d4e55809758dc9b1d000818dea 100644 (file)
@@ -67,6 +67,6 @@ extern void exit_err(uint8_t err, struct World * world, char * msg)
         return;
     }
     cleanup(world);
-    printf(msg);
+    printf("%s\n", msg);
     exit(EXIT_FAILURE);
 }