Remove unnecessary semicolons after closing braces

This commit is contained in:
Rangi42
2025-01-17 00:01:06 -05:00
parent f63167dd0f
commit f23a14afc7
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ static int64_t readLong(FILE *file) {
} else { \
tmpVal.push_back(tmpByte); \
} \
}; \
} \
} while (0)
// Functions to parse object files