mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
C89_BUILD fix
This commit is contained in:
parent
130411365b
commit
e8a02dd448
@ -465,7 +465,7 @@ int libretrodb_create_index(libretrodb_t *db,
|
||||
struct rmsgpack_dom_value key;
|
||||
libretrodb_index_t idx;
|
||||
uint64_t idx_header_offset;
|
||||
struct rmsgpack_dom_value item = {0};
|
||||
struct rmsgpack_dom_value item;
|
||||
libretrodb_cursor_t cur = {0};
|
||||
struct rmsgpack_dom_value *field = NULL;
|
||||
void *buff = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user