1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Adjusted style.

This commit is contained in:
Oliver Schmidt 2018-03-30 00:10:55 +02:00 committed by GitHub
parent a2a4868825
commit e2b38c96f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,9 @@ void main (void)
if (!ext || strcasecmp (ext, ".hgr"))
continue;
hgr = open(ent->d_name, O_RDONLY);
read(hgr, (void*)0x2000, 0x2000);
close(hgr);
hgr = open (ent->d_name, O_RDONLY);
read (hgr, (void*)0x2000, 0x2000);
close (hgr);
if (cgetc () == '\r')
break;