mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +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 */
|
/* 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]) {
|
if ((Val = fgetc(F)) != HeaderSignature[I]) {
|
||||||
Error ("'%s': Invalid header signature.", ProgramFile);
|
Error ("'%s': Invalid header signature.", ProgramFile);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user