From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/resources/resourcemanager/resourcemanager.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/resources/resourcemanager') diff --git a/src/resources/resourcemanager/resourcemanager.cpp b/src/resources/resourcemanager/resourcemanager.cpp index 0a28ac83a..db175ea20 100644 --- a/src/resources/resourcemanager/resourcemanager.cpp +++ b/src/resources/resourcemanager/resourcemanager.cpp @@ -96,7 +96,7 @@ void deleteResourceManager() #ifdef UNITTESTS if (status) - reportAlways("Found leaked resources."); + reportAlways("Found leaked resources.") #endif // UNITTESTS iter = mResources.begin(); @@ -447,7 +447,7 @@ Resource *get(const std::string &idPath, } else { - reportAlways("Error loading image: %s", idPath.c_str()); + reportAlways("Error loading image: %s", idPath.c_str()) } #else // DISABLE_RESOURCE_CACHING @@ -464,7 +464,7 @@ Resource *get(const std::string &idPath, } else { - reportAlways("Error loading image: " + idPath); + reportAlways("Error loading image: " + idPath) } #endif // DISABLE_RESOURCE_CACHING @@ -493,7 +493,7 @@ void release(Resource *const res) { // +++ need reenable after Resource will have type field // reportAlways("no resource in cache: %s", -// res->mIdPath.c_str()); +// res->mIdPath.c_str()) delete res; return; } @@ -501,7 +501,7 @@ void release(Resource *const res) { // +++ need reenable after Resource will have type field // reportAlways("in cache other image: %s", -// res->mIdPath.c_str()); +// res->mIdPath.c_str()) delete res; return; } @@ -619,7 +619,7 @@ void deleteInstance() } #ifdef UNITTESTS if (status) - reportAlways("Found leaked resources."); + reportAlways("Found leaked resources.") #endif // UNITTESTS #endif // DUMP_LEAKED_RESOURCES -- cgit v1.2.3-70-g09d2