From 1f46b4528d2eff9748836cffe919a82860322e12 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 9 Feb 2014 12:17:46 +0100 Subject: update chart icons --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index aa491f7f..1c1c7b8e 100644 --- a/config.c +++ b/config.c @@ -416,7 +416,7 @@ void cFlatConfig::Init(void) { DecorCheckAndInit(); } -bool stringCompare( const std::string &left, const std::string &right ){ +bool stringCompare( const std::string &left, const std::string &right ) { for( std::string::const_iterator lit = left.begin(), rit = right.begin(); lit != left.end() && rit != right.end(); ++lit, ++rit ) if( tolower( *lit ) < tolower( *rit ) ) return true; -- cgit v1.2.3