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];
|
return &blanks[sizeof(blanks)-i-1];
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#define debug_printf(...) do {;} while (0);
|
#define debug_printf(...) do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
#define final_printf debug_printf
|
#define final_printf debug_printf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user