From f6a28808e31933099a67a68cafd8bcef6347c24e Mon Sep 17 00:00:00 2001 From: jifl Date: Mon, 7 Jul 2008 12:45:47 +0000 Subject: [PATCH] Fix typo of including type in stats_display_memp empty macro --- src/include/lwip/stats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/stats.h b/src/include/lwip/stats.h index c44df10d..7bf5af14 100644 --- a/src/include/lwip/stats.h +++ b/src/include/lwip/stats.h @@ -271,7 +271,7 @@ void stats_display_sys(struct stats_sys *sys); #define stats_display_proto(proto, name) #define stats_display_igmp(igmp) #define stats_display_mem(mem, name) -#define stats_display_memp(mem, int index) +#define stats_display_memp(mem, index) #define stats_display_sys(sys) #endif /* LWIP_STATS_DISPLAY */