Commit beb54975 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

rcfile.c: - NUM_RCOPTS fix (DLR)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@782 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 96bd4e4e
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -33,6 +33,8 @@ CVS code - ...@@ -33,6 +33,8 @@ CVS code -
or not (FEEDBACK!!) or not (FEEDBACK!!)
- nano.texi: - nano.texi:
- corrected the Mouse Toggle section, noticed by Daniel Bonniot. - corrected the Mouse Toggle section, noticed by Daniel Bonniot.
- rcfile.c:
- NUM_RCOPTS fix (DLR).
- winio.c: - winio.c:
- Add David Lawrence Ramsey to credits. - Add David Lawrence Ramsey to credits.
bottombars() bottombars()
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#define _(string) (string) #define _(string) (string)
#endif #endif
#define NUM_RCOPTS 16 #define NUM_RCOPTS 17
/* Static stuff for the nanorc file */ /* Static stuff for the nanorc file */
rcoption rcopts[NUM_RCOPTS] = rcoption rcopts[NUM_RCOPTS] =
{ {
......
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