Monitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:18:02 +0000 (19:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:18:02 +0000 (19:18 +0800)
Monitor.vala

index 1325375..d708684 100644 (file)
@@ -37,7 +37,7 @@ public class  MonitorNamePathDir {
         this.name = name;
         this.path = path;
         this.dir = dir;
-        this.action = "?';
+        this.action = "?";
         
     }
 }