mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
kqueue: Fix typo that breaks the build in previous commit
This commit is contained in:
@@ -172,7 +172,7 @@ dl_listing (const char *path)
|
||||
|
||||
assert (path != NULL);
|
||||
|
||||
dir = = opendir (path);
|
||||
dir = opendir (path);
|
||||
if (dir != NULL) {
|
||||
struct dirent *ent;
|
||||
|
||||
|
Reference in New Issue
Block a user