]> git.wh0rd.org Git - nano.git/commitdiff
rcfile.c: - NUM_RCOPTS fix (DLR)
authorChris Allegretta <chrisa@asty.org>
Sat, 22 Sep 2001 23:54:45 +0000 (23:54 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 22 Sep 2001 23:54:45 +0000 (23:54 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@782 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
rcfile.c

index 29ab8ab4622d047f4de0b226abe0e80add16608a..0f3c8ccd1b223d5b4227133374012e28cc15592c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,8 @@ CVS code -
          or not (FEEDBACK!!)
 - nano.texi:
        - corrected the Mouse Toggle section, noticed by Daniel Bonniot.
+- rcfile.c:
+       - NUM_RCOPTS fix (DLR).
 - winio.c:
        - Add David Lawrence Ramsey to credits.
   bottombars()
index 8c965987477d244ea21842e1e56d3b15be4f17c7..d723d72bdfe6e6abbfae47ceab3b94598d0268e1 100644 (file)
--- a/rcfile.c
+++ b/rcfile.c
@@ -39,7 +39,7 @@
 #define _(string) (string)
 #endif
 
-#define NUM_RCOPTS 16
+#define NUM_RCOPTS 17
 /* Static stuff for the nanorc file */
 rcoption rcopts[NUM_RCOPTS] = 
 {