about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--locale/programs/localedef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 9163c2c6c9..69e9dc5555 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -203,7 +203,7 @@ main (int argc, char *argv[])
      beginning every time.  */
   do
     {
-      int cat;
+      int cat = 0;
 
       for (act_add_locdef = copy_list; act_add_locdef != NULL;
 	   act_add_locdef = act_add_locdef->next)