commit 611e98be296773830f2faea2d93e7fd97083de4d
parent 5c27385a162303246afc4cfa46a5ad6fe173bffc
Author: Chris Allegretta <chrisa@asty.org>
Date: Wed, 16 May 2001 04:23:37 +0000
typo
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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;