forked from len0rd/rockbox
Fixed non-working WPS on the player. Removed some TABs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bca54ec55e
commit
f667b87ec9
2 changed files with 9 additions and 8 deletions
|
|
@ -986,9 +986,10 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
|
||||||
wps_tag_found = true;
|
wps_tag_found = true;
|
||||||
}
|
}
|
||||||
if (*(buf+1) != 'x')
|
if (*(buf+1) != 'x')
|
||||||
|
#endif
|
||||||
buf++;
|
buf++;
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
case '\r': /* CR */
|
case '\r': /* CR */
|
||||||
*buf = 0;
|
*buf = 0;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue