aboutsummaryrefslogtreecommitdiff
path: root/src/pmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmt.c')
-rw-r--r--src/pmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pmt.c b/src/pmt.c
index d36e302..28d89a5 100644
--- a/src/pmt.c
+++ b/src/pmt.c
@@ -20,7 +20,7 @@ int load_pmt_info()
FILE *f = fopen("pmt.txt", "r");
if (!f) {
- fprintf(stderr, "failed to open pmt.txt: %s", strerror(errno));
+ fprintf(stderr, "failed to open pmt.txt: %s\n", strerror(errno));
return -1;
}