1
0
Fork 0
forked from len0rd/rockbox

1 is the correct value here. Not that it makes any difference... :)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2006-08-26 15:52:44 +00:00
parent 8269541370
commit ed1a26d567

View file

@ -790,7 +790,7 @@ static char* get_tag(struct wps_data* wps_data,
}
else
{
*intval = 0;
*intval = 1;
return "?";
}
return buf;