aboutsummaryrefslogtreecommitdiffstats
path: root/faqe.c
diff options
context:
space:
mode:
Diffstat (limited to 'faqe.c')
-rw-r--r--faqe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/faqe.c b/faqe.c
index 1973459..e4d4138 100644
--- a/faqe.c
+++ b/faqe.c
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
if (glc == NULL)
eprintf("Failed to create OpenGL context: %s", SDL_GetError());
- gl_load((gl_loadfunc *)SDL_GL_GetProcAddress);
+ gl_load(SDL_GL_GetProcAddress);
glprog_init();