From 0176e03e36fbb540e969a9a3466da5db55607198 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 1 Oct 2015 10:21:52 +0200 Subject: [PATCH] mib2: one more '};' -> '}' --- src/core/snmp/mib2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/snmp/mib2.c b/src/core/snmp/mib2.c index f8758d3b..942daa33 100644 --- a/src/core/snmp/mib2.c +++ b/src/core/snmp/mib2.c @@ -3386,7 +3386,7 @@ tcpconnentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od) LWIP_DEBUGF(SNMP_MIB_DEBUG,("tcpconnentry_get_object_def: no such object\n")); od->instance = MIB_OBJECT_NONE; break; - }; + } } else {