From 422e940bc44579e18ef4d3366dfa932ca1446bf2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Sep 2021 22:22:20 +0200 Subject: [PATCH] Fix gl_common.h --- gfx/common/gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/gl_common.h b/gfx/common/gl_common.h index 82f61fb10a..c62f520fc2 100644 --- a/gfx/common/gl_common.h +++ b/gfx/common/gl_common.h @@ -17,7 +17,7 @@ #ifndef __GL_COMMON_H #define __GL_COMMON_H -void gl_clear(void) +void gl_clear(void); void gl_enable(unsigned cap);