1
0
Fork 0
forked from len0rd/rockbox

sbtools: fix red

Change-Id: I28b7d4d59d8f14abbba2a70e2bdea6987b6a3a98
This commit is contained in:
Amaury Pouly 2013-08-21 23:02:49 +02:00
parent 99f3ca174e
commit 8dc7970bb5

View file

@ -77,7 +77,7 @@ static void extract_elf_section(struct elf_params_t *elf, int count, uint32_t id
return;
if(g_elf_simplify)
elf_simplify(elf);
elf_write_file(elf, elf_std_write, elf_std_printf, fd);
elf_write_file(elf, elf_std_write, generic_std_printf, fd);
fclose(fd);
}