diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ putenv(char *s) int -strbw(char *a, char *b) +strbw(const char *a, const char *b) { return !strncmp (a, b, strlen (b)); } |