summaryrefslogtreecommitdiff
path: root/src/io/read_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/read_file.c')
-rw-r--r--src/io/read_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/read_file.c b/src/io/read_file.c
index b3ee7f1..e81a6f7 100644
--- a/src/io/read_file.c
+++ b/src/io/read_file.c
@@ -8,7 +8,7 @@
#define CHECK_OOM(ptr) \
if (ptr == NULL) { \
- fprintf(stderr, "geheugen is op"); \
+ fprintf(stderr, "geheugen is op\n"); \
/* I think I should free the original memory here, but whatever */ \
return NULL; \
}