mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-12 08:38:47 +00:00
Formerly dir.c.~7~
This commit is contained in:
parent
348caf1627
commit
7db4dd0dbd
1 changed files with 1 additions and 1 deletions
2
dir.c
2
dir.c
|
@ -526,7 +526,7 @@ open_dirstream (directory)
|
||||||
new->bucket = 0;
|
new->bucket = 0;
|
||||||
new->elt = new->contents->files[0];
|
new->elt = new->contents->files[0];
|
||||||
|
|
||||||
return new;
|
return (__ptr_t) new;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
|
|
Loading…
Reference in a new issue