mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 04:30:15 +00:00
Adjusted style.
This commit is contained in:
parent
a2a4868825
commit
e2b38c96f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user