From: Holger Schemel Date: Thu, 20 Mar 2014 17:55:21 +0000 (+0100) Subject: rnd-20140320-1-src X-Git-Tag: 4.0.0.0-rc1~373 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=7747e08bcab96aebccf2c132476cffcb90cd5e64 rnd-20140320-1-src --- 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