From 186f8fc5be45f58df4a96f4eb917e24f99979629 Mon Sep 17 00:00:00 2001 From: satbaby Date: Tue, 14 Sep 2010 17:21:25 +0000 Subject: [PATCH] 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 --- lib/libcoolstream/video_cs.h | 4 ++-- src/system/flashtool.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcoolstream/video_cs.h b/lib/libcoolstream/video_cs.h index d2416ad48..4e1137acc 100644 --- a/lib/libcoolstream/video_cs.h +++ b/lib/libcoolstream/video_cs.h @@ -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 { diff --git a/src/system/flashtool.h b/src/system/flashtool.h index 3bc3d7e14..ea27d198b 100644 --- a/src/system/flashtool.h +++ b/src/system/flashtool.h @@ -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; };