diff options
Diffstat (limited to 'locale/programs/locale.c')
-rw-r--r-- | locale/programs/locale.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/programs/locale.c b/locale/programs/locale.c index 92d63386fd..4d63441cea 100644 --- a/locale/programs/locale.c +++ b/locale/programs/locale.c @@ -633,6 +633,8 @@ show_info (const char *name) /* We don't print wide character information since the same information is available in a multibyte string. */ default: + break; + } } |