1
0
Fork 0
forked from len0rd/rockbox

themeeditor: fix build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-08-01 19:00:33 +00:00
parent c9d4b7977a
commit a19fa2dafc

View file

@ -75,7 +75,7 @@ void SkinHighlighter::highlightBlock(const QString& text)
/* Checking for normal tags */
char lookup[3];
struct tag_info* found = 0;
const struct tag_info* found = 0;
/* First checking for a two-character tag name */
lookup[2] = '\0';
@ -115,7 +115,7 @@ void SkinHighlighter::highlightBlock(const QString& text)
return;
char lookup[3];
struct tag_info* found = 0;
const struct tag_info* found = 0;
lookup[2] = '\0';