]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/string.c
tableprinter: definition of the table separated from handle
[libucw.git] / ucw / string.c
index 21556ec3ba423a5ed878d2b1ed4207d7718b0b2f..29cfa42b5e50699de6fd5f4e62645fbb380c8d15 100644 (file)
@@ -40,7 +40,7 @@ str_format_flags(char *dest, const char *fmt, uint flags)
 }
 
 size_t
 }
 
 size_t
-str_count_char(const char *str, uns chr)
+str_count_char(const char *str, uint chr)
 {
   const byte *s = str;
   size_t i = 0;
 {
   const byte *s = str;
   size_t i = 0;