fixed typo

This commit is contained in:
nifi 2010-03-16 15:41:00 +00:00
parent b4adc6bcb5
commit 75091661e6

View file

@ -29,7 +29,7 @@
* This file is part of the Contiki operating system.
*
*
* $Id: tcpip.c,v 1.26 2010/03/16 15:35:03 joxe Exp $
* $Id: tcpip.c,v 1.27 2010/03/16 15:41:00 nifi Exp $
*/
/**
* \file
@ -74,7 +74,7 @@ void uip_log(char *msg);
#define UIP_TCP_BUF ((struct uip_tcpip_hdr *)&uip_buf[UIP_LLH_LEN])
#ifdef UIP_FALLBACK_INTERFACE
external struct uip_fallback_interface UIP_FALLBACK_INTERFACE;
extern struct uip_fallback_interface UIP_FALLBACK_INTERFACE;
#endif
process_event_t tcpip_event;