1
0
Fork 0
forked from len0rd/rockbox

Fix build warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12043 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-01-17 12:35:22 +00:00
parent 3f8d732ac9
commit e9327a947f

View file

@ -114,7 +114,6 @@ int load_rockbox(unsigned char* buf)
char model[5];
unsigned long sum;
int i;
char str[80];
fd = open("/.rockbox/" BOOTFILE, O_RDONLY);
if(fd < 0)