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:
parent
930a8a5050
commit
24b0b38315
2 changed files with 6 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue