Warning fix.

This commit is contained in:
Themaister 2014-04-14 12:09:04 +02:00
parent 1cc9d10e09
commit 30cb130184
1 changed files with 2 additions and 0 deletions

2
file.c
View File

@ -422,6 +422,8 @@ bool init_rom_file(void)
}
union string_list_elem_attr attr;
attr.i = 0;
struct string_list *roms = string_list_new();
if (!roms)
return false;