From 0c05112ef391d73ba0c74c9be2aa1af5e8a7a74f Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 6 Nov 2003 22:25:54 +0000 Subject: fix enum CVS patchset: 5700 CVS date: 2003/11/06 22:25:54 --- include/xine.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/xine.h.in b/include/xine.h.in index 4c97ed829..b1fa34457 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.103 2003/11/02 23:05:55 f1rmb Exp $ + * $Id: xine.h.in,v 1.104 2003/11/06 22:25:54 f1rmb Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1744,8 +1744,8 @@ void xine_osd_free (xine_osd_t *self); * You should use libnvtvsimple in your frontend instead. */ typedef enum { - XINE_TVSYSTEM_PAL = 0, - XINE_TVSYSTEM_NTSC = 1, + XINE_TVSYSTEM_PAL = 0, + XINE_TVSYSTEM_NTSC } xine_tvsystem; /* connect to nvtvd server and save current TV and X settings */ -- cgit v1.2.3