From 4d17a56b446e37d8cc78e51fa04cf18eb03d0b54 Mon Sep 17 00:00:00 2001 From: Patrick Pelissier Date: Fri, 9 Feb 2024 08:13:21 +0100 Subject: [PATCH] Fix Migration of list format --- m-list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-list.h b/m-list.h index fe490437..6fde61d6 100644 --- a/m-list.h +++ b/m-list.h @@ -73,7 +73,7 @@ list_t global_variable = LIST_INIT_VALUE(); */ #define M_LIST_INIT_VALUE() \ - { NULL } + { { NULL } } /* Define an init value to init global variables of type dual push list.