From c3ca507404de10c5d70958090ed584575dc922d0 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Wed, 3 Oct 2018 10:57:22 -0500 Subject: add \n --- src/pmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pmt.c') 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; } -- cgit