From 5a5a54ef9140acb5811200d2e70e70ea70b1e100 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 25 Nov 2016 12:23:35 -0500 Subject: [PATCH] opendingux: Properly close #ifdef macro --- gfx/drivers_context/opendingux_fbdev_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/opendingux_fbdev_ctx.c b/gfx/drivers_context/opendingux_fbdev_ctx.c index 90ede9ffd7..dddd71c372 100644 --- a/gfx/drivers_context/opendingux_fbdev_ctx.c +++ b/gfx/drivers_context/opendingux_fbdev_ctx.c @@ -255,7 +255,7 @@ static gfx_ctx_proc_t gfx_ctx_opendingux_get_proc_address(const char *symbol) { #ifdef HAVE_EGL return egl_get_proc_address(symbol); -#else +#endif } static void gfx_ctx_opendingux_bind_hw_render(void *data, bool enable)