Correct totologic warning

This commit is contained in:
Mathieu Maret 2023-02-01 13:26:53 +01:00
parent 509a1fd992
commit a65a3d1697
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
#define list_add_head_named(list, item, prev, next) \ #define list_add_head_named(list, item, prev, next) \
({ \ ({ \
if (list) \ if (list) \
list_insert_before_named(list, list, item, prev, next); \ __list_insert_atleft_named(list, item, prev, next); \
else \ else \
list_singleton_named(list, item, prev, next); \ list_singleton_named(list, item, prev, next); \
(list) = (item); \ (list) = (item); \