diff options
Diffstat (limited to 'a-tools.c')
-rwxr-xr-x | a-tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ char *strcol(char *s, char *d, int c) { } int strnumcol(const char *s, char *d) { - char *s1; + const char *s1; int i, l; // let's do some checks: |