aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 4fdbd1fd752..c9d32489351 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -3899,6 +3899,10 @@ decode_coding_iso_2022 (struct coding_system *coding)
3899 } 3899 }
3900 continue; 3900 continue;
3901 } 3901 }
3902 break;
3903
3904 default:
3905 abort ();
3902 } 3906 }
3903 3907
3904 if (cmp_status->state == COMPOSING_NO 3908 if (cmp_status->state == COMPOSING_NO