diff src/coding.c @ 59173:2eadf4401d2d

(decode_coding): Fix previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 28 Dec 2004 18:22:55 +0000
parents 0345f2b10f1d
children a691d3c9971a 025da3ba778e 95879cc1ed20
line wrap: on
line diff
--- a/src/coding.c	Tue Dec 28 17:55:12 2004 +0000
+++ b/src/coding.c	Tue Dec 28 18:22:55 2004 +0000
@@ -4870,7 +4870,7 @@
 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;
 {