fixed tabs

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

View File

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