mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -15,7 +15,7 @@ typedef enum {
|
|||||||
ANALOG_SD_YPRPB_SCART,
|
ANALOG_SD_YPRPB_SCART,
|
||||||
ANALOG_HD_RGB_SCART,
|
ANALOG_HD_RGB_SCART,
|
||||||
ANALOG_HD_YPRPB_SCART,
|
ANALOG_HD_YPRPB_SCART,
|
||||||
ANALOG_SCART_MASK = 0x10,
|
ANALOG_SCART_MASK = 0x10
|
||||||
} analog_mode_t;
|
} analog_mode_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@@ -53,7 +53,7 @@ typedef enum {
|
|||||||
DISPLAY_AR_14_9,
|
DISPLAY_AR_14_9,
|
||||||
DISPLAY_AR_16_9,
|
DISPLAY_AR_16_9,
|
||||||
DISPLAY_AR_20_9,
|
DISPLAY_AR_20_9,
|
||||||
DISPLAY_AR_RAW,
|
DISPLAY_AR_RAW
|
||||||
} DISPLAY_AR;
|
} DISPLAY_AR;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@@ -86,7 +86,7 @@ class CFlashVersionInfo
|
|||||||
const char *getTime(void) const;
|
const char *getTime(void) const;
|
||||||
const char *getReleaseCycle(void) const;
|
const char *getReleaseCycle(void) const;
|
||||||
const char *getType(void) const;
|
const char *getType(void) const;
|
||||||
const int getVersion(void) const;
|
int getVersion(void) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user