From 3b2d8a2b5e79b0703be8a51b4f7ea6ad9734c845 Mon Sep 17 00:00:00 2001 From: Ahmed Samy Date: Thu, 22 Aug 2013 23:20:44 +0200 Subject: [PATCH] Fix build --- src/client/thingtypemanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/thingtypemanager.cpp b/src/client/thingtypemanager.cpp index 9fb6b87d..facae0d8 100644 --- a/src/client/thingtypemanager.cpp +++ b/src/client/thingtypemanager.cpp @@ -170,7 +170,7 @@ void ThingTypeManager::loadOtb(const std::string& file) m_otbLoaded = true; } catch(std::exception& e) { - g_logger.error(stdext::format("Failed to load '%s' (OTB file): %s", file, e.what());) + g_logger.error(stdext::format("Failed to load '%s' (OTB file): %s", file, e.what())); } }