fix up stats_display which was added in previous commit

This commit is contained in:
jani
2004-03-26 12:47:57 +00:00
parent d36b723056
commit d27448da8a
3 changed files with 11 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ stats_init(void)
{
memset(&lwip_stats, 0, sizeof(struct stats_));
}
#if LWIP_STATS_DISPLAY
void
stats_display_proto(struct stats_proto *proto, char *name)
{
@@ -109,6 +109,6 @@ stats_display(void)
}
}
#endif /* LWIP_STATS_DISPLAY */
#endif /* LWIP_STATS */