forked from len0rd/rockbox
Add missing argument that broke building libskin_parser outside of Rockbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27478 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3c4fb8abe4
commit
3cd1968cbc
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ char* scan_string(char** document)
|
||||||
|
|
||||||
if(*cursor == '\n')
|
if(*cursor == '\n')
|
||||||
{
|
{
|
||||||
skin_error(UNEXPECTED_NEWLINE);
|
skin_error(UNEXPECTED_NEWLINE, cursor);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue