summaryrefslogtreecommitdiff
path: root/platform/windows/ctxgl_procaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/ctxgl_procaddr.h')
-rw-r--r--platform/windows/ctxgl_procaddr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/windows/ctxgl_procaddr.h b/platform/windows/ctxgl_procaddr.h
index 72f39e71ac..da17fbcbbe 100644
--- a/platform/windows/ctxgl_procaddr.h
+++ b/platform/windows/ctxgl_procaddr.h
@@ -32,7 +32,6 @@
#ifdef OPENGL_ENABLED
#include <windows.h>
-
-PROC get_gl_proc_address(const char* p_address);
+PROC get_gl_proc_address(const char *p_address);
#endif
#endif // CTXGL_PROCADDR_H