summaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c
index aabce06..6ecf328 100644
--- a/libsylph/utils.c
+++ b/libsylph/utils.c
@@ -3306,10 +3306,10 @@ gint canonicalize_file(const gchar *src, const gchar *dest)
3306 } 3306 }
3307 } 3307 }
3308 3308
3309 if (last_linebreak == TRUE) { 3309 /* if (last_linebreak == TRUE) { */
3310 if (fputs("\r\n", dest_fp) == EOF) 3310 /* if (fputs("\r\n", dest_fp) == EOF) */
3311 err = TRUE; 3311 /* err = TRUE; */
3312 } 3312 /* } */
3313 3313
3314 if (ferror(src_fp)) { 3314 if (ferror(src_fp)) {
3315 FILE_OP_ERROR(src, "fgets"); 3315 FILE_OP_ERROR(src, "fgets");