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; };