whoops, fix a typo
This commit is contained in:
parent
8b813d3060
commit
ea3168fff8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ rb_strncasecmp(const char *s1, const char *s2, size_t n)
|
||||||
#ifndef HAVE_STRCASESTR
|
#ifndef HAVE_STRCASESTR
|
||||||
/* Fallback taken from FreeBSD. --Elizafox */
|
/* Fallback taken from FreeBSD. --Elizafox */
|
||||||
char *
|
char *
|
||||||
rb_strcasestr(cnst char *s, const char *find)
|
rb_strcasestr(const char *s, const char *find)
|
||||||
{
|
{
|
||||||
char c, sc;
|
char c, sc;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
Loading…
Reference in a new issue