]> git.sesse.net Git - vlc/commitdiff
RC: kill warnings
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Aug 2009 10:10:40 +0000 (12:10 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Aug 2009 10:12:12 +0000 (12:12 +0200)
modules/control/rc.c

index 01976480c17e4996af53fd99f0a0cab4fa6c3c24..2db0fea64001bd7018aec50123b37bd4f4cb764e 100644 (file)
@@ -934,7 +934,7 @@ static void StateChanged( intf_thread_t *p_intf, input_thread_t *p_input )
     PL_UNLOCK;
 
     /* */
-    char *psz_cmd;
+    const char *psz_cmd;
     switch( i_status )
     {
     case PLAYLIST_STOPPED: