src/Builder4/About.vala.c
[app.Builder.js] / src / Palete / ValaSource.vala
index 343afed..33d6be3 100644 (file)
@@ -200,7 +200,7 @@ namespace Palete {
                {
                        // race condition..
                        if (this.compiler != null) { 
-                               return;
+                               return false;
                        }
                        var pr = (Project.Gtk)(file.project);
                        
@@ -213,7 +213,7 @@ namespace Palete {
                            if (path == file.path) {
                                foundit = true;
                                break;
-                           }
+                                       }
                        
                        }
                        if (!foundit) {