fix: ELLLIST initialization with ELLLIST_INIT.

This commit is contained in:
Jerzy Jamroz
2025-02-06 11:35:26 +01:00
committed by Andrew Johnson
parent 16fd65639a
commit 9b92a98d06

View File

@@ -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)