From 99d1fdd270a2bb92f7aeb59aa055a77ad1a3f467 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Sat, 14 Feb 2015 19:36:37 +0100 Subject: [PATCH] snmp: syntax error fix on endif comment */ omitted on comment, added. --- src/include/lwip/snmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/snmp.h b/src/include/lwip/snmp.h index ba84e2e7..b142b37d 100644 --- a/src/include/lwip/snmp.h +++ b/src/include/lwip/snmp.h @@ -104,7 +104,7 @@ const char * snmp_get_community_write(void); const char * snmp_get_community_trap(void); void snmp_set_community_write(const char * const community); void snmp_set_community_trap(const char * const community); -#endif /* SNMP_COMMUNITY_EXT +#endif /* SNMP_COMMUNITY_EXT */ /* system */ void snmp_set_sysdescr(const u8_t* str, const u8_t* len);