mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 19:47:43 +03:00
Remove erroneous semicolon
This commit is contained in:
@@ -162,7 +162,7 @@ u32 mmb_popcount(MMB_TYPE val) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef MMMB_DEBUG
|
#ifndef MMMB_DEBUG
|
||||||
#define MDEBUG_PRINTF(x, ...) do { } while(0);
|
#define MDEBUG_PRINTF(x, ...) do { } while(0)
|
||||||
#else
|
#else
|
||||||
#define MDEBUG_PRINTF DEBUG_PRINTF
|
#define MDEBUG_PRINTF DEBUG_PRINTF
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user