]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_nl_C_LC_CTYPE): Remove extra comma.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Feb 2000 07:00:15 +0000 (07:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Feb 2000 07:00:15 +0000 (07:00 +0000)
locale/C-ctype.c

index 48d36d8b59de0fa7adc0cfbafd92dec315a5a052..9a08fe66ee1c72ed3215b931bbfbbe4b89cf0f29 100644 (file)
@@ -376,7 +376,7 @@ const struct locale_data _nl_C_LC_CTYPE =
     { string: NULL },
     { string: (const char *) (_nl_C_LC_CTYPE_tolower + 128) }
 #if BYTE_ORDER == BIG_ENDIAN
-    , { string: NULL },
+    , { string: NULL }
 #endif
   }
 };