C89_BUILD fix

This commit is contained in:
twinaphex 2016-05-27 06:03:27 +02:00
parent 130411365b
commit e8a02dd448
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ int libretrodb_create_index(libretrodb_t *db,
struct rmsgpack_dom_value key; struct rmsgpack_dom_value key;
libretrodb_index_t idx; libretrodb_index_t idx;
uint64_t idx_header_offset; uint64_t idx_header_offset;
struct rmsgpack_dom_value item = {0}; struct rmsgpack_dom_value item;
libretrodb_cursor_t cur = {0}; libretrodb_cursor_t cur = {0};
struct rmsgpack_dom_value *field = NULL; struct rmsgpack_dom_value *field = NULL;
void *buff = NULL; void *buff = NULL;