mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
...and again replacing tab by spaces ;-)
This commit is contained in:
parent
c01e265e07
commit
75f7f21eb0
@ -184,7 +184,7 @@ slipif_loop(void *nf)
|
|||||||
p = slipif_input(netif);
|
p = slipif_input(netif);
|
||||||
if(netif->input(p, netif) != ERR_OK) {
|
if(netif->input(p, netif) != ERR_OK) {
|
||||||
pbuf_free(p);
|
pbuf_free(p);
|
||||||
p = NULL;
|
p = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user