mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
fix comma at end of enumerator list
This commit is contained in:
@@ -1549,7 +1549,7 @@ int CRCInput::translate(int code, int /*num*/)
|
||||
if ((code >= 0) && (code <= KEY_MAX))
|
||||
return code;
|
||||
else
|
||||
return RC_nokey;
|
||||
return ( unsigned int)RC_nokey;
|
||||
}
|
||||
|
||||
void CRCInput::close_click()
|
||||
|
Reference in New Issue
Block a user