Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:45:26 +0000 (18:45 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:45:26 +0000 (18:45 +0800)
Spawn.vala

index d152359..54c5a63 100644 (file)
@@ -241,7 +241,7 @@ public class Spawn : Object
             
             Process.close_pid(this.pid);
             this.pid = -1;
-            if (this.ctx) {
+            if (this.ctx != null) {
                 this.ctx.quit();
             }
             this.tidyup();