(decode_coding): Fix previous change.
This commit is contained in:
parent
93fdf45f65
commit
4b9829242b
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue