diff options
Diffstat (limited to 'a-tools.c')
-rwxr-xr-x | a-tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ int strnumcol(const char *s, const char *d) { } char *strgrep(const char *s, FILE *f) { - char *s1 = ""; + char *s1 = (char *)""; size_t i = 0; // let's do some checks |