mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Correct four code style issues
This commit is contained in:
@@ -430,7 +430,8 @@ void obj_ReadFile(char const *fileName)
|
||||
section->symbols = malloc(sizeof(*section->symbols)
|
||||
* nbSymPerSect[i]);
|
||||
if (!section->symbols)
|
||||
err(1, "%s: Couldn't link to symbols", fileName);
|
||||
err(1, "%s: Couldn't link to symbols",
|
||||
fileName);
|
||||
} else {
|
||||
section->symbols = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user