fix comma at end of enumerator list

Origin commit data
------------------
Commit: a549b97924
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
This commit is contained in:
Jacek Jendrzej
2013-05-28 15:52:31 +02:00
parent cb27588c47
commit 7acdd872a4
13 changed files with 27 additions and 32 deletions

View File

@@ -249,13 +249,12 @@ void SMSKeyInput::setTimeout(int timeout)
}
//------------------------------------------------------------------------
//------------------------------------------------------------------------
bool comparetolower(const char a, const char b)
{
return tolower(a) < tolower(b);
};
}
// sort operators
bool sortByName (const CFile& a, const CFile& b)