From: Matthew Barr Date: Thu, 6 Oct 2016 02:51:14 +0000 (+1100) Subject: Remove erroneous semicolon X-Git-Tag: v4.4.0^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e993fe1eb0ebdc7e3eac452f59004252cb47990c;p=thirdparty%2Fvectorscan.git Remove erroneous semicolon --- diff --git a/src/util/multibit.h b/src/util/multibit.h index ddc8bbdd..4df8733a 100644 --- a/src/util/multibit.h +++ b/src/util/multibit.h @@ -162,7 +162,7 @@ u32 mmb_popcount(MMB_TYPE val) { } #ifndef MMMB_DEBUG -#define MDEBUG_PRINTF(x, ...) do { } while(0); +#define MDEBUG_PRINTF(x, ...) do { } while(0) #else #define MDEBUG_PRINTF DEBUG_PRINTF #endif