From 7747e08bcab96aebccf2c132476cffcb90cd5e64 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 20 Mar 2014 18:55:21 +0100 Subject: [PATCH 1/1] rnd-20140320-1-src --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.c b/src/editor.c index 99a3161d..2c5a0989 100644 --- a/src/editor.c +++ b/src/editor.c @@ -4797,7 +4797,7 @@ static int *editor_el_dynamic_ptr = NULL; static int num_editor_hl_dynamic = SIZEOF_ARRAY_INT(editor_hl_dynamic); static int num_editor_el_dynamic = 0; -static int editor_hl_empty[] = { }; +static int editor_hl_empty[] = { EL_EMPTY }; #if 1 static int *editor_el_empty = NULL; /* dynamically allocated */ #else -- 2.34.1