retval fix

This commit is contained in:
Joseph Henry 2015-09-11 19:29:35 -04:00
commit 8189b2ba91
2 changed files with 4 additions and 2 deletions

View file

@ -175,7 +175,7 @@ struct shutdown_st
/* LWIP error beautification */
/*
const char *lwiperror(int n)
{
switch(n)
@ -216,6 +216,6 @@ const char *lwiperror(int n)
return "UNKNOWN_RET_VAL";
}
}
*/
#endif