mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +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);
|
assert (path != NULL);
|
||||||
|
|
||||||
dir = = opendir (path);
|
dir = opendir (path);
|
||||||
if (dir != NULL) {
|
if (dir != NULL) {
|
||||||
struct dirent *ent;
|
struct dirent *ent;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user