From 41e008266dfd489f6c7906af9414cb3ff5bb660f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 18 May 2018 10:49:40 -0400 Subject: [PATCH] kqueue: Fix typo that breaks the build in previous commit --- gio/kqueue/dep-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/kqueue/dep-list.c b/gio/kqueue/dep-list.c index 8b0a24f92..d8c3d8a01 100644 --- a/gio/kqueue/dep-list.c +++ b/gio/kqueue/dep-list.c @@ -172,7 +172,7 @@ dl_listing (const char *path) assert (path != NULL); - dir = = opendir (path); + dir = opendir (path); if (dir != NULL) { struct dirent *ent;