sim65/main.c spaces were requested
This commit is contained in:
committed by
Oliver Schmidt
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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user