diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-24 09:12:00 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-24 09:12:00 +0000 |
commit | 5c2b08d2d8e9a07bf081b5a90dd3d1badc57b9ca (patch) | |
tree | 73e7c10295b37d502ba9e74ca2858e0860a22fd9 /gui/mplayer | |
parent | 38623fee68fc376135ae7cec60134e1bc938f624 (diff) |
1000l: Revert stray hunk that crept in with last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24131 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer')
-rw-r--r-- | gui/mplayer/mw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/mw.c b/gui/mplayer/mw.c index f1fcad779c..11a598d881 100644 --- a/gui/mplayer/mw.c +++ b/gui/mplayer/mw.c @@ -74,7 +74,7 @@ void mplMainDraw( void ) // XFlush( wsDisplay ); } -//extern void exit_player(const char* how); +extern void exit_player(const char* how); extern int vcd_track; static unsigned last_redraw_time = 0; |