aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorDan Nicolaescu2004-12-28 18:22:55 +0000
committerDan Nicolaescu2004-12-28 18:22:55 +0000
commit4b9829242b7a60b00e0b138d8cb0e71f7d9af46a (patch)
tree0982d8844b46f796d24014bb1788e6a1bb10948e /src/coding.c
parent93fdf45f6514ddd7643583ed35b191d2776f1553 (diff)
downloademacs-4b9829242b7a60b00e0b138d8cb0e71f7d9af46a.tar.gz
emacs-4b9829242b7a60b00e0b138d8cb0e71f7d9af46a.zip
(decode_coding): Fix previous change.
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 f87d02d5758..400210f4cd4 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4870,7 +4870,7 @@ decode_eol_post_ccl (coding, ptr, bytes)
4870int 4870int
4871decode_coding (coding, source, destination, src_bytes, dst_bytes) 4871decode_coding (coding, source, destination, src_bytes, dst_bytes)
4872 struct coding_system *coding; 4872 struct coding_system *coding;
4873 const const unsigned char *source; 4873 const unsigned char *source;
4874 unsigned char *destination; 4874 unsigned char *destination;
4875 int src_bytes, dst_bytes; 4875 int src_bytes, dst_bytes;
4876{ 4876{