nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8bbd1eb89f21fc1d7baff0a7112eb64b99e00a5d
parent f6cf4a7d7c5e4c2f2ec76a236e07eaebf808b0d6
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 22 Oct 2003 16:27:18 +0000

minor comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1574 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.h b/src/nano.h @@ -89,7 +89,7 @@ #define strncasecmp nstrnicmp #endif -/* Note: ERR is defined as -1, so to avoid duplicate case values when +/* Assume ERR is defined as -1. To avoid duplicate case values when some key definitions are missing, we have to set these all to different negative values other than -1. */