Monitor.vala
authorAlan Knowles <alan@akbkhome.com>
Thu, 1 May 2014 14:28:47 +0000 (22:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 1 May 2014 14:28:47 +0000 (22:28 +0800)
Monitor.vala

index 9d2d8e2..231582b 100644 (file)
@@ -178,7 +178,7 @@ public class Monitor : Object
         
         while (true) {
             try {        
-                next_file = file_enum.next_file(null))
+                next_file = file_enum.next_file(null));
             } catch (Error e) {
                 break;
             }