1
0
Fork 0
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:
Jens Arnold 2005-12-05 02:07:13 +00:00
parent bca54ec55e
commit f667b87ec9
2 changed files with 9 additions and 8 deletions

View file

@ -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;