From 8febd10a9c33b991cc6da861a253d6ebc3c3287d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 25 May 2013 23:13:37 +0200 Subject: [PATCH] triple: fix compile breakage in video.h Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/62f0c20738e350779878fbd5fd59f94fbbe611d2 Author: Stefan Seyfried Date: 2013-05-25 (Sat, 25 May 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libtriple/video_td.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtriple/video_td.h b/libtriple/video_td.h index eca2639..58cdaa0 100644 --- a/libtriple/video_td.h +++ b/libtriple/video_td.h @@ -83,7 +83,7 @@ typedef enum { VIDEO_STD_PAL = VID_DISPFMT_PAL, /* 1 */ VIDEO_STD_SECAM = VID_DISPFMT_SECAM, /* 4 */ VIDEO_STD_1080I50 = VIDEO_STD_PAL, /* hack, this is used in neutrino settings default */ - VIDEO_STD_MAX = VIDEO_STD_SECAM + 1; + VIDEO_STD_MAX = VIDEO_STD_SECAM + 1 } VIDEO_STD; typedef enum {