[glib] kqueue: Fix typo that breaks the build in previous commit



commit 41e008266dfd489f6c7906af9414cb3ff5bb660f
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Fri May 18 10:49:40 2018 -0400

    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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]