Fixed a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5798 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
470a4abcf2
commit
fbdd6faff6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ DIR* __fastcall__ opendir (register const char* name)
|
|||
d.fd = open (d.name, O_RDONLY);
|
||||
if (d.fd >= 0) {
|
||||
|
||||
/* Skip the disk header */
|
||||
/* Skip the load address */
|
||||
if (_dirread (&d, buf, sizeof (buf))) {
|
||||
|
||||
/* Allocate memory for the DIR structure returned */
|
||||
|
|
Loading…
Add table
Reference in a new issue