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 51b7939f54c..61b4402a902 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -283,7 +283,7 @@ enum coding_type | |||
| 283 | #define CODING_FINISH_INSUFFICIENT_DST 2 | 283 | #define CODING_FINISH_INSUFFICIENT_DST 2 |
| 284 | #define CODING_FINISH_INCONSISTENT_EOL 3 | 284 | #define CODING_FINISH_INCONSISTENT_EOL 3 |
| 285 | 285 | ||
| 286 | /* Macros used for the member mode of the struct coding_systme. */ | 286 | /* Macros used for the member `mode' of the struct coding_system. */ |
| 287 | 287 | ||
| 288 | /* If set, recover the original CR or LF of the already decoded text | 288 | /* If set, recover the original CR or LF of the already decoded text |
| 289 | when the decoding routine encounters an inconsistent eol format. */ | 289 | when the decoding routine encounters an inconsistent eol format. */ |