mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fix comma at end of enumerator list
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user