...and again replacing tab by spaces ;-)

This commit is contained in:
goldsimon 2007-05-17 09:02:30 +00:00
parent c01e265e07
commit 75f7f21eb0

View File

@ -184,7 +184,7 @@ slipif_loop(void *nf)
p = slipif_input(netif);
if(netif->input(p, netif) != ERR_OK) {
pbuf_free(p);
p = NULL;
p = NULL;
}
}
}