X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=2c5a0989089106e6f79b848cffd96e7c5c743ef8;hp=99a3161da273d822bf56cbb46737065aa140b45e;hb=7747e08bcab96aebccf2c132476cffcb90cd5e64;hpb=520b554dfeb3a72b6b3af91903642b158169407c 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