ide/Project: Fixed Clean() should not return a value
authorJerome St-Louis <jerome@ecere.com>
Wed, 2 Apr 2014 03:53:27 +0000 (23:53 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 2 Apr 2014 03:53:27 +0000 (23:53 -0400)
ide/src/project/Project.ec

index 8c38085..46d482f 100644 (file)
@@ -2218,7 +2218,7 @@ private:
             result = true;
          }
          ChangeWorkingDir(oldwd);
-         return result;
+         //return result;
       }
       else
       {