fix: ELLLIST initialization with ELLLIST_INIT.
This commit is contained in:
committed by
Andrew Johnson
parent
16fd65639a
commit
9b92a98d06
@@ -26,7 +26,7 @@ struct cmditem {
|
||||
char* cmd;
|
||||
};
|
||||
|
||||
static ELLLIST s_cmdlist = {};
|
||||
static ELLLIST s_cmdlist = ELLLIST_INIT;
|
||||
static int s_initendflag = 0; // Defines the end of the initialization
|
||||
|
||||
static void atInitHook(initHookState state)
|
||||
|
||||
Reference in New Issue
Block a user