diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index bdc37cb7c53..6435fa1ddb1 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6408,7 +6408,7 @@ detect_coding (coding) | |||
| 6408 | { | 6408 | { |
| 6409 | /* We didn't find an 8-bit code. We may | 6409 | /* We didn't find an 8-bit code. We may |
| 6410 | have found a null-byte, but it's very | 6410 | have found a null-byte, but it's very |
| 6411 | rare that a binary file confirm to | 6411 | rare that a binary file conforms to |
| 6412 | ISO-2022. */ | 6412 | ISO-2022. */ |
| 6413 | src = src_end; | 6413 | src = src_end; |
| 6414 | coding->head_ascii = src - coding->source; | 6414 | coding->head_ascii = src - coding->source; |