mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Enforce semicolons after usage of WHINE_ONCE
For consistency.
Since WHINE_ONCE ends with a block, the only way to make the compiler
enforce it is to end it with a `do { } while (false)`.
This commit is contained in:
@@ -43,7 +43,8 @@ void VVV_fillstring(
|
||||
{ \
|
||||
whine = false; \
|
||||
puts(message); \
|
||||
}
|
||||
} \
|
||||
do { } while (false)
|
||||
|
||||
/* Don't call this directly; use the VVV_between macro. */
|
||||
void _VVV_between(
|
||||
|
||||
Reference in New Issue
Block a user