nano

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

commit db4c08e8f92fbe4442c6ab56a508b2092c4cf6e4
parent 2fa11b836d587c646c84e5439f2a7e84e2ff58d2
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sun,  2 Dec 2001 05:13:34 +0000

stoopid unused variable


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

Diffstat:
Mrcfile.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/rcfile.c b/rcfile.c @@ -171,7 +171,6 @@ void parse_colors(FILE *rcstream, char *filename, int *lineno, char *buf, char * char prev = '\\'; char *tmp = NULL, *beginning, *fgstr, *bgstr; colortype *tmpcolor = NULL; - colorstr *tmpstr = NULL; fgstr = ptr; ptr = parse_next_word(ptr);