warning fix for C89_BUILD

This commit is contained in:
twinaphex 2017-06-06 23:22:20 +02:00
parent 3d61c7fdfc
commit c7b45aaf80
1 changed files with 1 additions and 1 deletions

View File

@ -89,9 +89,9 @@ static void netplay_crc_scan_callback(void *task_data,
if (!string_is_empty(state->core_path) && !string_is_empty(state->content_path) if (!string_is_empty(state->core_path) && !string_is_empty(state->content_path)
&& state->contentless) && state->contentless)
{ {
content_ctx_info_t content_info = {0};
RARCH_LOG("[lobby] loading contentless core %s\n", state->core_path); RARCH_LOG("[lobby] loading contentless core %s\n", state->core_path);
content_ctx_info_t content_info = {0};
command_event(CMD_EVENT_NETPLAY_INIT_DIRECT_DEFERRED, state->hostname); command_event(CMD_EVENT_NETPLAY_INIT_DIRECT_DEFERRED, state->hostname);