rnd-20140320-1-src
authorHolger Schemel <info@artsoft.org>
Thu, 20 Mar 2014 17:55:21 +0000 (18:55 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 09:01:23 +0000 (11:01 +0200)
src/editor.c

index 99a3161da273d822bf56cbb46737065aa140b45e..2c5a0989089106e6f79b848cffd96e7c5c743ef8 100644 (file)
@@ -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