summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 90e4e6c..3c4c636 100644
--- a/misc.c
+++ b/misc.c
@@ -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));
}