comma at end of enumerator list

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@771 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 186f8fc5be
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-09-14 (Tue, 14 Sep 2010)



------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2010-09-14 17:21:25 +00:00
parent 3bb8f448be
commit fbfb9344e9
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ typedef enum {
ANALOG_SD_YPRPB_SCART,
ANALOG_HD_RGB_SCART,
ANALOG_HD_YPRPB_SCART,
ANALOG_SCART_MASK = 0x10,
ANALOG_SCART_MASK = 0x10
} analog_mode_t;
typedef enum {
@@ -53,7 +53,7 @@ typedef enum {
DISPLAY_AR_14_9,
DISPLAY_AR_16_9,
DISPLAY_AR_20_9,
DISPLAY_AR_RAW,
DISPLAY_AR_RAW
} DISPLAY_AR;
typedef enum {

View File

@@ -86,7 +86,7 @@ class CFlashVersionInfo
const char *getTime(void) const;
const char *getReleaseCycle(void) const;
const char *getType(void) const;
const int getVersion(void) const;
int getVersion(void) const;
};