karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

core/log4cpploggerFactory: simplify an if clause #80

Closed karolherbst closed 10 years ago

karolherbst commented 10 years ago

because !(a == b) <=> a != b we can simplify the check a bit. As a side effect, this fixes a warning for clang