diff options
Diffstat (limited to 'locale/programs/charset.h')
-rw-r--r-- | locale/programs/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/charset.h b/locale/programs/charset.h index 2885bf1d1a..620e4d54da 100644 --- a/locale/programs/charset.h +++ b/locale/programs/charset.h @@ -43,7 +43,7 @@ struct charset_t struct width_rule *width_rules; size_t nwidth_rules; size_t nwidth_rules_max; - int width_default; + unsigned int width_default; struct obstack mem_pool; hash_table char_table; |