summaryrefslogtreecommitdiff
path: root/media_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'media_player.h')
-rw-r--r--media_player.h4
1 files 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