From f7336e9276f9c16648a27fb8dda2c6f6e462c836 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 22 Oct 2014 22:43:32 +0100 Subject: [PATCH] fix syntax mistake after changing markup type --- src/bin/editor/edi_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/editor/edi_editor.c b/src/bin/editor/edi_editor.c index cc8bb84..cdec582 100644 --- a/src/bin/editor/edi_editor.c +++ b/src/bin/editor/edi_editor.c @@ -34,7 +34,7 @@ static Edi_Color EDI_COLOR_FUNCTION = "";// font_weight=Bold"; static Edi_Color EDI_COLOR_KEYWORD = "";// font_weight=Bold"; static Edi_Color EDI_COLOR_PREPROCESSOR = ""; -static Edi_Color EDI_COLOR_BACKGROUND = "+"; +static Edi_Color EDI_COLOR_BACKGROUND = ""; static Edi_Color EDI_COLOR_SEVIRITY_IGNORED = ""; static Edi_Color EDI_COLOR_SEVIRITY_NOTE = ""; static Edi_Color EDI_COLOR_SEVIRITY_WARNING = "";