fix: add return to fill_tab
This commit is contained in:
parent
d59b9d72d9
commit
1e211db02f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user