Minor: removed one space

This commit is contained in:
goldsimon 2010-02-08 17:12:14 +00:00
parent f74cebcbcd
commit 1017279e68

View File

@ -44,7 +44,7 @@ extern "C" {
#ifdef LWIP_ERR_T #ifdef LWIP_ERR_T
typedef LWIP_ERR_T err_t; typedef LWIP_ERR_T err_t;
#else /* LWIP_ERR_T */ #else /* LWIP_ERR_T */
typedef s8_t err_t; typedef s8_t err_t;
#endif /* LWIP_ERR_T*/ #endif /* LWIP_ERR_T*/
/* Definitions for error constants. */ /* Definitions for error constants. */