mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 13:02:24 +00:00
cosmetics: Fix typo in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31341 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1a1e6e5a69
commit
d6da056180
@ -141,7 +141,7 @@ static subtitle *sub_read_line_sami(stream_t* st, subtitle *current, int utf16)
|
||||
}
|
||||
break;
|
||||
|
||||
case 1: /* find (optionnal) "<P", skip other TAGs */
|
||||
case 1: /* find (optional) "<P", skip other TAGs */
|
||||
for (; *s == ' ' || *s == '\t'; s++); /* strip blanks, if any */
|
||||
if (*s == '\0') break;
|
||||
if (*s != '<') { state = 3; p = text; continue; } /* not a TAG */
|
||||
|
Loading…
Reference in New Issue
Block a user