kqueue: Fix typo that breaks the build in previous commit

This commit is contained in:
Xavier Claessens 2018-05-18 10:49:40 -04:00
parent 5b19df2f44
commit 41e008266d

View File

@ -172,7 +172,7 @@ dl_listing (const char *path)
assert (path != NULL);
dir = = opendir (path);
dir = opendir (path);
if (dir != NULL) {
struct dirent *ent;