forked from len0rd/rockbox
Fix grammar in the comment (make code non offending :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25695 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81422be15a
commit
847a0fd56c
1 changed files with 3 additions and 3 deletions
|
@ -1176,9 +1176,9 @@ static int parse_progressbar(const char *wps_bufptr,
|
|||
if (!(ptr = parse_list("sdddd", &set, '|', ptr, &filename,
|
||||
&x, &y, &width, &height)))
|
||||
{
|
||||
/* if we are in a conditional then we probably don't want to fail
|
||||
* if the above doesnt work. so ASSume the | is breaking the conditional
|
||||
* and move on. the next token will fail if this is incorrect */
|
||||
/* If we are in a conditional then we probably don't want to fail
|
||||
* if the above doesnt work. So assume the | is breaking the conditional
|
||||
* and move on. The next token will fail if this is incorrect. */
|
||||
if (level >= 0)
|
||||
return 0;
|
||||
return WPS_ERROR_INVALID_PARAM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue