]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Remove erroneous semicolon
authorMatthew Barr <matthew.barr@intel.com>
Thu, 6 Oct 2016 02:51:14 +0000 (13:51 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 14 Dec 2016 04:28:58 +0000 (15:28 +1100)
src/util/multibit.h

index ddc8bbdd0d13126dc34d36ada5119f5e92a9e581..4df8733aeab87dfd976a5da407539de673b9ef64 100644 (file)
@@ -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