aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 1b14ff445f3..25b38caa37f 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -250,7 +250,7 @@ enum coding_result_code
250 `coding_system'. */ 250 `coding_system'. */
251struct iso_2022_spec 251struct iso_2022_spec
252{ 252{
253 /* */ 253 /* Bit-wise-or of CODING_ISO_FLAG_XXX. */
254 unsigned flags; 254 unsigned flags;
255 255
256 /* The current graphic register invoked to each graphic plane. */ 256 /* The current graphic register invoked to each graphic plane. */