1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

C89_BUILD fix

This commit is contained in:
twinaphex 2016-05-27 06:03:27 +02:00
parent 130411365b
commit e8a02dd448

View File

@ -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;