Remove erroneous semicolon

This commit is contained in:
Matthew Barr 2016-10-06 13:51:14 +11:00
parent e271781d95
commit e993fe1eb0

View 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