diff --git a/src/core/ipv4/acd.c b/src/core/ipv4/acd.c index 8f4b54a0..a4af62e1 100644 --- a/src/core/ipv4/acd.c +++ b/src/core/ipv4/acd.c @@ -165,7 +165,7 @@ acd_remove(struct netif *netif, struct acd *acd) return; } } - LWIP_ASSERT(0, ("acd_remove(): acd not on list\n")); + LWIP_ASSERT(("acd_remove(): acd not on list\n"), 0); }