summaryrefslogtreecommitdiff
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 f87d02d5758..400210f4cd4 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4870,7 +4870,7 @@ decode_eol_post_ccl (coding, ptr, bytes)
int
decode_coding (coding, source, destination, src_bytes, dst_bytes)
struct coding_system *coding;
- const const unsigned char *source;
+ const unsigned char *source;
unsigned char *destination;
int src_bytes, dst_bytes;
{