]> vaikene.ee Git - evaf/blobdiff - src/libs/Plugins/pluginmanager.cpp
Fixed small mistakes detected with clang++
[evaf] / src / libs / Plugins / pluginmanager.cpp
index 69ca736800cd51e1908d98fa6a1538a010004a78..21db40b018ba2e7f10f34a4d2c1a0b66a8eef175 100644 (file)
@@ -457,7 +457,7 @@ iPlugin * Module::create(QString const & name)
     // If the module is not loaded, load it now
     if (!mLoader) {
         if (!load())
-            return false;
+            return 0;
     }
 
     iPlugin * i = 0;