mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-12-05 15:15:31 +00:00
Fixed compiler warning - DEBUGF statement with too many arguments
This commit is contained in:
@@ -648,7 +648,7 @@ pbuf_unref(struct pbuf *f)
|
|||||||
/* deallocate chain */
|
/* deallocate chain */
|
||||||
pbuf_free(f);
|
pbuf_free(f);
|
||||||
f = NULL;
|
f = NULL;
|
||||||
DEBUGF(PBUF_DEBUG, ("pbuf_unref: failed\n", f));
|
DEBUGF(PBUF_DEBUG, ("pbuf_unref: failed\n"));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user