X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/edit?a=blobdiff_plain;f=src%2Frexit.c;h=73d740ba4bd8e8d4e55809758dc9b1d000818dea;hb=9cc02529df358c0cc32ca1b1cde9c327204a5183;hp=d718f19d5656a1c9a0d838c96cd8d6dcc87d6a9d;hpb=922021e2cd00437584ba5138c980a62e0ac3f984;p=plomrogue diff --git a/src/rexit.c b/src/rexit.c index d718f19..73d740b 100644 --- a/src/rexit.c +++ b/src/rexit.c @@ -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); }