From f9d6bee6ce5bb77247c29b82e2338f91ccdd3799 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 14 May 2007 19:04:13 +0000 Subject: No functional changes --- media_player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media_player.h b/media_player.h index 8d5b2bf8..fb9efc37 100644 --- a/media_player.h +++ b/media_player.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.h,v 1.10 2007-05-14 18:04:33 phintuka Exp $ + * $Id: media_player.h,v 1.11 2007-05-14 19:04:13 phintuka Exp $ * */ @@ -115,7 +115,7 @@ class cXinelibImagesControl : public cControl virtual eOSState ProcessKey(eKeys Key); static void Close(void); - static bool IsOpen(void) {return m_Player != NULL;}; + static bool IsOpen(void) { return m_Player != NULL; } }; #endif // __XINELIB_PLAYER_H -- cgit v1.2.3