Commit 3e86e8d3 authored by vitor's avatar vitor

A semi-colon is also a string end

Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13321 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 20f9ad7d
......@@ -107,6 +107,7 @@ static char *consume_string(const char **buf)
case '[':
case '=':
case ',':
case ';':
case ' ':
case '\n':
*out++= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment