fixed tabs

This commit is contained in:
Markus Fröschle
2015-04-07 10:16:55 +00:00
parent f8a3699c11
commit c67323540c

View File

@@ -90,10 +90,10 @@ void bootp_handler(NIF *nif, NBUF *nbuf)
/*
* BOOTP protocol handler
*/
uint8_t *addr;
struct bootp_packet *rx_p;
udp_frame_hdr *udpframe;
(void) udpframe; /* FIXME: just to avoid compiler warning */
dbg("\r\n");
rx_p = (struct bootp_packet *) &nbuf->data[nbuf->offset];