hush: remove stray semicolon (should change nothing)
This commit is contained in:
@@ -298,7 +298,7 @@ static char *indenter(int i)
|
||||
return &blanks[sizeof(blanks)-i-1];
|
||||
}
|
||||
#else
|
||||
#define debug_printf(...) do {;} while (0);
|
||||
#define debug_printf(...) do {} while (0)
|
||||
#endif
|
||||
#define final_printf debug_printf
|
||||
|
||||
|
Reference in New Issue
Block a user