mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
sim65/main.c spaces were requested
This commit is contained in:
parent
9fcd91ebe9
commit
7e4c4ee53e
@ -159,7 +159,7 @@ static unsigned char ReadProgramFile (void)
|
||||
}
|
||||
|
||||
/* Verify the header signature */
|
||||
for (I=0; I<HEADER_SIGNATURE_LENGTH; ++I) {
|
||||
for (I = 0; I < HEADER_SIGNATURE_LENGTH; ++I) {
|
||||
if ((Val = fgetc(F)) != HeaderSignature[I]) {
|
||||
Error ("'%s': Invalid header signature.", ProgramFile);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user