diff --git a/src/utils/split_quoted.c b/src/utils/split_quoted.c index b482ee1..743ec76 100644 --- a/src/utils/split_quoted.c +++ b/src/utils/split_quoted.c @@ -52,6 +52,7 @@ int fill_tab(char **tab, const char* str, const char* charset) } len++; } + return 0; } char **split_quoted_charset(const char *str, const char *charset)