]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - src/core/tcp_in.c
etharp_query() has error return type now. Matched dhcp.c with this change.
[pes-rpp/rpp-lwip.git] / src / core / tcp_in.c
index dafe949a688510465b76eef0b8042ba671cb304f..93c9a78f1205a64d2f281fb65c2f748dfc2bb9f3 100644 (file)
@@ -184,7 +184,7 @@ tcp_input(struct pbuf *p, struct netif *inp)
     prev = pcb;
   }
 
-  if(pcb == NULL) {
+  if (pcb == NULL) {
     /* If it did not go to an active connection, we check the connections
        in the TIME-WAIT state. */