Commit 8bbd1eb8 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

minor comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1574 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent f6cf4a7d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
#define strncasecmp nstrnicmp #define strncasecmp nstrnicmp
#endif #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 some key definitions are missing, we have to set these all to
different negative values other than -1. */ different negative values other than -1. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment