typo
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5c27385a16
commit
611e98be29
3
utils.c
3
utils.c
|
@ -49,8 +49,7 @@ void lowercase(char *src)
|
||||||
|
|
||||||
|
|
||||||
/* This is now mutt's version (called mutt_stristr) because it doesn't
|
/* This is now mutt's version (called mutt_stristr) because it doesn't
|
||||||
Use memory allocation to do a simple search (yuck). */
|
use memory allocation to do a simple search (yuck). */
|
||||||
|
|
||||||
char *strcasestr(char *haystack, char *needle)
|
char *strcasestr(char *haystack, char *needle)
|
||||||
{
|
{
|
||||||
const char *p, *q;
|
const char *p, *q;
|
||||||
|
|
Loading…
Reference in New Issue