summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-05-14 19:04:13 +0000
committerphintuka <phintuka>2007-05-14 19:04:13 +0000
commitf9d6bee6ce5bb77247c29b82e2338f91ccdd3799 (patch)
treeb81c71181ed7037417601946c76f4a378f2de621
parent68d9af133b916ce940d5ec35b4127a3a9e92083a (diff)
downloadxineliboutput-f9d6bee6ce5bb77247c29b82e2338f91ccdd3799.tar.gz
xineliboutput-f9d6bee6ce5bb77247c29b82e2338f91ccdd3799.tar.bz2
No functional changes
-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