diff options
Diffstat (limited to 'lib/sh/strcasecmp.c')
-rw-r--r-- | lib/sh/strcasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/strcasecmp.c b/lib/sh/strcasecmp.c index 5542f715..70d0551a 100644 --- a/lib/sh/strcasecmp.c +++ b/lib/sh/strcasecmp.c @@ -32,7 +32,7 @@ int strncasecmp (string1, string2, count) const char *string1; const char *string2; - int count; + size_t count; { register const char *s1; register const char *s2; |