vg.c - buildfix

This commit is contained in:
twinaphex 2016-02-14 16:15:01 +01:00
parent 89f0c4211c
commit c2d7b330aa

View File

@ -135,7 +135,7 @@ static void *vg_init(const video_info_t *video, const input_driver_t **input, vo
mode.height = win_height;
mode.fullscreen = video->fullscreen;
if !(gfx_ctx_ctl(GFX_CTL_SET_VIDEO_MODE, &mode))
if (!gfx_ctx_ctl(GFX_CTL_SET_VIDEO_MODE, &mode))
goto error;
video_driver_get_size(&temp_width, &temp_height);