From: Chris Allegretta Date: Wed, 16 May 2001 04:23:37 +0000 (+0000) Subject: typo X-Git-Tag: v1.1.0~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=611e98be296773830f2faea2d93e7fd97083de4d;p=nano.git typo git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/utils.c b/utils.c index 6927333a..f331acb1 100644 --- a/utils.c +++ b/utils.c @@ -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;