From 38c0777b3ca45da2783a148344af833c931a2dd0 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 11 May 2014 22:33:34 +0200 Subject: [PATCH] Fix indent. --- gfx/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gl.c b/gfx/gl.c index 8b0a337fd9..ab397617dc 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -1587,7 +1587,7 @@ static bool gl_frame(void *data, const void *frame, unsigned width, unsigned hei driver.menu_ctx->frame(gl); if (gl->rgui_texture_enable) - gl_draw_texture(gl); + gl_draw_texture(gl); #endif if (msg && gl->font_ctx)