git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-05-16 04:23:37 +00:00
parent 5c27385a16
commit 611e98be29
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ void lowercase(char *src)
/* 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)
{
const char *p, *q;