Commit 86c9676f authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Fix leftover variable

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@914 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -100,7 +100,6 @@ int do_colorinit(void)
{
int i, fg, bg;
colortype *tmpcolor = NULL;
colorstr *tmpstr = NULL;
int defok = 0;
if (has_colors()) {
......
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