From 05bc7d52bb58833f1a0da0d253846b3775e92a84 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 19:18:02 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 1325375a..d7086844 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -37,7 +37,7 @@ public class MonitorNamePathDir { this.name = name; this.path = path; this.dir = dir; - this.action = "?'; + this.action = "?"; } } -- 2.39.2