1
0
Fork 0
forked from len0rd/rockbox

Fix themeeditor building by correcting spelling of 'seperate'.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28528 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-11-07 12:29:19 +00:00
parent 930a8a5050
commit 24b0b38315
2 changed files with 6 additions and 6 deletions

View file

@ -43,12 +43,12 @@ void SkinHighlighter::highlightBlock(const QString& text)
/* Checking for delimiters */
if(c == ARGLISTOPENSYM
|| c == ARGLISTCLOSESYM
|| c == ARGLISTSEPERATESYM)
|| c == ARGLISTSEPARATESYM)
setFormat(i, 1, tag);
if(c == ENUMLISTOPENSYM
|| c == ENUMLISTCLOSESYM
|| c == ENUMLISTSEPERATESYM)
|| c == ENUMLISTSEPARATESYM)
setFormat(i, 1, conditional);
/* Checking for comments */