From: jose guzman Date: Thu, 15 Oct 2015 08:54:23 +0000 (+0200) Subject: remove semicolon X-Git-Tag: v0.1~331^2~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=45c0f8d631a76ca7af8452c99ed90f18b432f92a;p=cpPlugins.git remove semicolon --- diff --git a/lib/third_party/Pluma/DLibrary.cpp b/lib/third_party/Pluma/DLibrary.cpp index 923d825..14516ba 100644 --- a/lib/third_party/Pluma/DLibrary.cpp +++ b/lib/third_party/Pluma/DLibrary.cpp @@ -51,7 +51,7 @@ DLibrary* DLibrary::load(const std::string& path){ throw std::runtime_error( std::string( "Failed to load library \"" ) + path + - std::string( "\"." ); + std::string( "\"." ) ); return NULL; }