Remove extraneous semicolons at top-level
These are unnecessary and not strictly allowed in ISO C.
This commit is contained in:
@@ -65,7 +65,7 @@ typedef struct {
|
||||
|
||||
static TXC txc;
|
||||
|
||||
static void Dummyfunc(void) { };
|
||||
static void Dummyfunc(void) { }
|
||||
static void (*WSync)(void) = Dummyfunc;
|
||||
|
||||
static SFORMAT StateRegs[] =
|
||||
|
||||
Reference in New Issue
Block a user