You missed a spot, maister

This commit is contained in:
Alcaro 2016-07-07 21:03:30 +02:00
parent 5cf1f9ec61
commit 4b75304d15

View File

@ -66,7 +66,9 @@ static void gfx_ctx_khr_display_get_video_size(void *data,
static void *gfx_ctx_khr_display_init(void *video_driver)
{
#ifndef _WIN32
struct sigaction sa;
#endif
khr_display_ctx_data_t *khr = (khr_display_ctx_data_t*)calloc(1, sizeof(*khr));
if (!khr)
return NULL;