mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 08:53:43 +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()
|
||||
|
@@ -30,7 +30,7 @@ class CScreenShot : public OpenThreads::Thread
|
||||
typedef enum {
|
||||
FORMAT_PNG,
|
||||
FORMAT_JPG,
|
||||
FORMAT_BMP,
|
||||
FORMAT_BMP
|
||||
} screenshot_format_t;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user