Remove extraneous semicolons at top-level

These are unnecessary and not strictly allowed in ISO C.
This commit is contained in:
Michael Forney
2020-11-07 13:06:56 -08:00
parent 6e3c463bdf
commit 066899eaff
2 changed files with 2 additions and 2 deletions

View File

@@ -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[] =