aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 929e7e666bb..277a9b16678 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1872,7 +1872,7 @@ decode_eol (coding, source, destination, src_bytes, dst_bytes, consumed)
1872 ONE_MORE_BYTE (c); 1872 ONE_MORE_BYTE (c);
1873 if (c != '\n') 1873 if (c != '\n')
1874 *dst++ = '\r'; 1874 *dst++ = '\r';
1875 1875 *dst++ = c;
1876 } 1876 }
1877 else 1877 else
1878 *dst++ = c; 1878 *dst++ = c;