diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index b9e5d8208a8..17b111118ef 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -230,8 +230,8 @@ enum coding_result_code | |||
| 230 | #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 | 230 | #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 |
| 231 | 231 | ||
| 232 | /* If set, the decoding/encoding routines treat the current data as | 232 | /* If set, the decoding/encoding routines treat the current data as |
| 233 | the last block of the whole text to be converted, and do | 233 | the last block of the whole text to be converted, and do the |
| 234 | appropriate fisishing job. */ | 234 | appropriate finishing job. */ |
| 235 | #define CODING_MODE_LAST_BLOCK 0x02 | 235 | #define CODING_MODE_LAST_BLOCK 0x02 |
| 236 | 236 | ||
| 237 | /* If set, it means that the current source text is in a buffer which | 237 | /* If set, it means that the current source text is in a buffer which |