mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Fixed compiler warning - DEBUGF statement with too many arguments
This commit is contained in:
parent
6972e81ac0
commit
96610c9c20
@ -648,7 +648,7 @@ pbuf_unref(struct pbuf *f)
|
||||
/* deallocate chain */
|
||||
pbuf_free(f);
|
||||
f = NULL;
|
||||
DEBUGF(PBUF_DEBUG, ("pbuf_unref: failed\n", f));
|
||||
DEBUGF(PBUF_DEBUG, ("pbuf_unref: failed\n"));
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user