]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 14 Jul 2007 16:41:40 +0000 (16:41 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 14 Jul 2007 16:41:40 +0000 (16:41 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4133 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index ff9a118b9bd339c66a688c993e3c772c9efdbd98..3ed72b4d472af1698b31c1b917c6484a6ad62dd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,8 @@ CVS code -
        - For efficiency, return haystack immediately if
          needle/rev_start is blank. (DLR)
        - Return char* instead of const char*. (DLR)
-       - Simplify and rewrite to use strncasecmp(). (DLR)
+       - Simplify and rewrite to use the strncasecmp() equivalents.
+         (DLR)
 - files.c:
   copy_file()
        - Assert that inn and out don't both point to the same file.