Correct totologic warning
This commit is contained in:
parent
509a1fd992
commit
a65a3d1697
@ -75,7 +75,7 @@
|
||||
#define list_add_head_named(list, item, prev, next) \
|
||||
({ \
|
||||
if (list) \
|
||||
list_insert_before_named(list, list, item, prev, next); \
|
||||
__list_insert_atleft_named(list, item, prev, next); \
|
||||
else \
|
||||
list_singleton_named(list, item, prev, next); \
|
||||
(list) = (item); \
|
||||
|
Loading…
Reference in New Issue
Block a user