diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 544dd44bb93..3daf4a725f2 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -391,7 +391,7 @@ struct coding_system | |||
| 391 | } spec; | 391 | } spec; |
| 392 | 392 | ||
| 393 | int max_charset_id; | 393 | int max_charset_id; |
| 394 | char *safe_charsets; | 394 | unsigned char *safe_charsets; |
| 395 | 395 | ||
| 396 | /* The following two members specify how binary 8-bit code 128..255 | 396 | /* The following two members specify how binary 8-bit code 128..255 |
| 397 | are represented in source and destination text respectively. 1 | 397 | are represented in source and destination text respectively. 1 |