(opendingux_fbdev_ctx.c) Another ifdef

This commit is contained in:
twinaphex 2016-03-01 22:23:40 +01:00
parent f3cc1a9b59
commit efb1c88215

View File

@ -190,7 +190,9 @@ static bool gfx_ctx_opendingux_set_video_mode(void *data,
return true;
error:
#ifdef HAVE_EGL
RARCH_ERR("[opendingux fbdev]: EGL error: %d.\n", eglGetError());
#endif
gfx_ctx_opendingux_destroy(data);
return false;
}