From 7914d6bba47a21b98617d04c992a9075ff5af4c0 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 12 Apr 2013 19:19:48 -0400 Subject: Remove a few NULLs Just {} is used in a lot of places now, and there's nothing special abose those few. --- src/locale/localed.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/locale') diff --git a/src/locale/localed.c b/src/locale/localed.c index 23fbde0df1..e160c046a4 100644 --- a/src/locale/localed.c +++ b/src/locale/localed.c @@ -118,21 +118,7 @@ static const char * const names[_PROP_MAX] = { [PROP_LC_IDENTIFICATION] = "LC_IDENTIFICATION" }; -static char *data[_PROP_MAX] = { - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL -}; +static char *data[_PROP_MAX] = {}; typedef struct State { char *x11_layout, *x11_model, *x11_variant, *x11_options; -- cgit v1.2.3-54-g00ecf