summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_scan.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-11-05 09:51:19 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-11-05 09:51:19 +0000
commitfffbdcc9960b6a2d8bf50f3c67674278780ad00f (patch)
tree30f0bc187963d48d9c72a31be059eb48f5d6e7cb /lib/skin_parser/skin_scan.c
parent41910a04b7a28b6613ff0ff3803c736b3c899862 (diff)
downloadrockbox-fffbdcc9960b6a2d8bf50f3c67674278780ad00f.tar.gz
rockbox-fffbdcc9960b6a2d8bf50f3c67674278780ad00f.zip
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28485 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'lib/skin_parser/skin_scan.c')
-rw-r--r--lib/skin_parser/skin_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_scan.c b/lib/skin_parser/skin_scan.c
index de9c423f04..50d58bc250 100644
--- a/lib/skin_parser/skin_scan.c
+++ b/lib/skin_parser/skin_scan.c
@@ -101,7 +101,7 @@ char* scan_string(const char** document)
101 char* buffer = NULL; 101 char* buffer = NULL;
102 int i; 102 int i;
103 103
104 while(*cursor != ARGLISTSEPERATESYM && *cursor != ARGLISTCLOSESYM && 104 while(*cursor != ARGLISTSEPARATESYM && *cursor != ARGLISTCLOSESYM &&
105 *cursor != '\0') 105 *cursor != '\0')
106 { 106 {
107 if(*cursor == COMMENTSYM) 107 if(*cursor == COMMENTSYM)