diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 59592fdd09d..3557f865292 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2661,7 +2661,6 @@ detect_coding_iso_2022 (coding, detect_info) | |||
| 2661 | break; | 2661 | break; |
| 2662 | single_shifting = 0; | 2662 | single_shifting = 0; |
| 2663 | rejected |= CATEGORY_MASK_ISO_7BIT | CATEGORY_MASK_ISO_8BIT; | 2663 | rejected |= CATEGORY_MASK_ISO_7BIT | CATEGORY_MASK_ISO_8BIT; |
| 2664 | found |= CATEGORY_MASK_ISO_ELSE; | ||
| 2665 | break; | 2664 | break; |
| 2666 | 2665 | ||
| 2667 | case ISO_CODE_CSI: | 2666 | case ISO_CODE_CSI: |