1
1

tests: Remove superfluous closedir().

Этот коммит содержится в:
Andreas Schneider 2011-05-28 13:28:49 +02:00
родитель 3c21281bf0
Коммит 82798035fc

Просмотреть файл

@ -132,7 +132,6 @@ int torture_rmdirs(const char *path) {
rewinddir(d);
}
} else {
closedir(d);
return -1;
}