From e2150d04662a4ba8b5304dabcc74be0bacded5b7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 15 Jan 2011 01:07:47 +0200 Subject: Fix code style, apply some fixes after checking with cppcheck from git. --- src/statuseffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statuseffect.cpp') diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp index 1a399410b..3f950ed95 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -185,7 +185,7 @@ void unloadMap(std::map map) { std::map::iterator it; - for (it = map.begin(); it != map.end(); it++) + for (it = map.begin(); it != map.end(); ++it) delete (*it).second; map.clear(); -- cgit v1.2.3-60-g2f50