git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11696 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2003-12-28 00:43:21 +00:00
parent bd988ff155
commit 9d3d9aa34a
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ vobsub_set_from_lang(void *vobhandle, unsigned char * lang)
}
lang+=2;while (lang[0]==',' || lang[0]==' ') ++lang;
}
mp_msg(MSGT_VOBSUB, MSGL_WARN, "No matching VOBSUB languge found!\n");
mp_msg(MSGT_VOBSUB, MSGL_WARN, "No matching VOBSUB language found!\n");
return -1;
}