Fixed possible compilation error (thanks to Ben Lunt).

This commit is contained in:
Volker Ruppert 2017-12-03 08:09:47 +00:00
parent 93b51df2cb
commit 54650e8cd1

View File

@ -691,8 +691,10 @@ static int win32_ci_callback(void *userdata, ci_command_t command)
#endif
return -1;
}
#if BX_USE_TEXTCONFIG
} else {
bx_text_config_interface(BX_CI_RUNTIME);
#endif
}
break;
case CI_SHUTDOWN: