Skip to content

Commit

Permalink
Fix Migration of list format
Browse files Browse the repository at this point in the history
  • Loading branch information
P-p-H-d committed Feb 9, 2024
1 parent 1aca5e0 commit 4d17a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m-list.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d17a56

Please sign in to comment.