Minor comment update.

This commit is contained in:
Oliver Schmidt 2022-08-05 19:36:58 +02:00
parent 19d63a8148
commit 430fb7e6ce
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func main() {
fmt.Printf("Failed to open input file %s: %s", inFileName, err)
os.Exit(1)
}
// Check for AppleSingle file as produced by cc65
// Check for an AppleSingle file as produced by cc65
if // Magic number
binary.BigEndian.Uint32(inFile[0x00:]) == 0x00051600 &&
// Version number