From beb5497530d02b2ccec785f92884846816017240 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Sat, 22 Sep 2001 23:54:45 +0000 Subject: [PATCH] rcfile.c: - NUM_RCOPTS fix (DLR) git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@782 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 ++ rcfile.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29ab8ab4..0f3c8ccd 100644 --- 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() diff --git a/rcfile.c b/rcfile.c index 8c965987..d723d72b 100644 --- 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] = {