diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-10-03 10:57:22 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-10-03 10:57:22 -0500 |
commit | c3ca507404de10c5d70958090ed584575dc922d0 (patch) | |
tree | b91a1a628115b1c9cead121e38167e5f82d3a750 /src/pmt.c | |
parent | 28233dc03b93b8fb3b4ecd07fecc31d0da7a13b1 (diff) | |
download | sddm-c3ca507404de10c5d70958090ed584575dc922d0.tar.gz sddm-c3ca507404de10c5d70958090ed584575dc922d0.tar.bz2 sddm-c3ca507404de10c5d70958090ed584575dc922d0.zip |
add \n
Diffstat (limited to 'src/pmt.c')
-rw-r--r-- | src/pmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |