diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/ctype/wctype.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/ctype/wctype.c b/newlib/libc/ctype/wctype.c index f2c9d0247..dc400c422 100644 --- a/newlib/libc/ctype/wctype.c +++ b/newlib/libc/ctype/wctype.c @@ -120,7 +120,6 @@ _DEFUN (_wctype_r, (r, c), if (!strcmp (c, "xdigit")) return WC_XDIGIT; break; - default: } /* otherwise invalid */ |