mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
kqueue: Fix typo that breaks the build in previous commit
This commit is contained in:
parent
5b19df2f44
commit
41e008266d
@ -172,7 +172,7 @@ dl_listing (const char *path)
|
||||
|
||||
assert (path != NULL);
|
||||
|
||||
dir = = opendir (path);
|
||||
dir = opendir (path);
|
||||
if (dir != NULL) {
|
||||
struct dirent *ent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user