(decode_coding): Fix previous change.

This commit is contained in:
Dan Nicolaescu 2004-12-28 18:22:55 +00:00
parent 93fdf45f65
commit 4b9829242b
2 changed files with 5 additions and 1 deletions

View file

@ -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;
{