diff --git a/core_updater_list.c b/core_updater_list.c index 08af5e02e23f..47ef8efb421a 100644 --- a/core_updater_list.c +++ b/core_updater_list.c @@ -40,7 +40,7 @@ struct core_updater_list }; /* Cached ('global') core updater list */ -static core_updater_list_t *core_list_cached = NULL; +static core_updater_list_t *core_list_cached; /**************************************/ /* Initialisation / De-Initialisation */