mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
Remove erroneous semicolon
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user