From 0b3ac4e39d845537c82bcf04ad7b85865b9ef8bd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 9 Oct 2018 15:28:09 +0200 Subject: [PATCH] Fix C++ comment --- gfx/drivers/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index 66f45482d5..2c446e088a 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -953,7 +953,7 @@ static bool gl_frame(void *data, const void *frame, return false; #ifdef HAVE_LIBNX - // Should be called once per frame + /* Should be called once per frame */ if(!appletMainLoop()) return false; #endif