1
0
Fork 0
forked from len0rd/rockbox

argh, unused variable removed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-08-13 20:41:30 +00:00
parent 0a0be62b8d
commit 3a3418dd7b

View file

@ -472,7 +472,7 @@ int load_all_levels(void)
void iohiscore(void)
{
int fd;
unsigned int compare,init=0;
unsigned int compare;
/* clear the buffer we're about to load the highscore data into */
rb->memset(phscore, 0, sizeof(phscore));