From 58ed2c3fe035313bfc7feca7fd18abb84fa4fad1 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Sat, 15 Jul 2006 16:03:12 +0000 Subject: marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/mw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui/mplayer') diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c index 7c188789da..0d4416ea8a 100644 --- a/Gui/mplayer/mw.c +++ b/Gui/mplayer/mw.c @@ -73,7 +73,7 @@ void mplMainDraw( void ) // XFlush( wsDisplay ); } -extern void exit_player(char* how); +extern void exit_player(const char* how); extern int vcd_track; static unsigned last_redraw_time = 0; -- cgit v1.2.3