mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Add missing break that caused an irritating error message all the time when using slave mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -647,6 +647,7 @@ mp_input_parse_cmd(char* str) {
|
||||
} break;
|
||||
case -1:
|
||||
ptr = NULL;
|
||||
break;
|
||||
default :
|
||||
mp_msg(MSGT_INPUT,MSGL_ERR,"Unknown argument %d\n",i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user