chore: add new line

This commit is contained in:
2025-11-19 20:41:43 +01:00
parent e5ce610952
commit 5945bf41d7

View File

@@ -8,7 +8,7 @@
#define OOM(ptr) { \ #define OOM(ptr) { \
if(ptr == NULL) { \ if(ptr == NULL) { \
puts("Out of memory"); \ puts("Out of memory\n"); \
exit(137); \ exit(137); \
} \ } \
} }