]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/log-syslog.c
tableprinter: code cleanup contd.
[libucw.git] / ucw / log-syslog.c
index ee8b9e8353d8fbe09599a3954085ab80ee1063ab..31e66d622adb2cadacb3c24a3ad7f1fc50742d15 100644 (file)
@@ -59,7 +59,7 @@ syslog_facility(const char *name)
     { "local7",                LOG_LOCAL7 },
   };
 
-  for (uns i=0; i < ARRAY_SIZE(facilities); i++)
+  for (uint i=0; i < ARRAY_SIZE(facilities); i++)
     if (!strcmp(facilities[i].name, name))
       return facilities[i].id;
   return -1;