mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
fix comma at end of enumerator list
Origin commit data
------------------
Branch: ni/coolstream
Commit: a549b97924
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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