0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 09:18:19 +02:00

whoops, fix a typo

This commit is contained in:
Elizabeth Myers 2016-04-10 17:26:09 -05:00
parent 8b813d3060
commit ea3168fff8

View file

@ -209,7 +209,7 @@ rb_strncasecmp(const char *s1, const char *s2, size_t n)
#ifndef HAVE_STRCASESTR
/* Fallback taken from FreeBSD. --Elizafox */
char *
rb_strcasestr(cnst char *s, const char *find)
rb_strcasestr(const char *s, const char *find)
{
char c, sc;
size_t len;