mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Remove erroneous semicolon
This commit is contained in:
parent
e271781d95
commit
e993fe1eb0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user