]> Creatis software - cpPlugins.git/commitdiff
remove semicolon
authorjose guzman <jose@gmail.com>
Thu, 15 Oct 2015 08:54:23 +0000 (10:54 +0200)
committerjose guzman <jose@gmail.com>
Thu, 15 Oct 2015 08:54:23 +0000 (10:54 +0200)
lib/third_party/Pluma/DLibrary.cpp

index 923d825272c3538052e47e6e3c03d93169fb457d..14516ba74e42ef82bfabbdfec02b43a0370ff3fe 100644 (file)
@@ -51,7 +51,7 @@ DLibrary* DLibrary::load(const std::string& path){
           throw std::runtime_error(\r
             std::string( "Failed to load library \"" ) +\r
             path +\r
-            std::string( "\"." );\r
+            std::string( "\"." )\r
             );\r
           return NULL;\r
         }\r