mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove unnecessary semicolons after closing braces
This commit is contained in:
@@ -107,7 +107,7 @@ static int64_t readLong(FILE *file) {
|
||||
} else { \
|
||||
tmpVal.push_back(tmpByte); \
|
||||
} \
|
||||
}; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
// Functions to parse object files
|
||||
|
||||
Reference in New Issue
Block a user