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

stoopid unused variable

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@916 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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);
......
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