target/egl-static: fix a compiler warning

(cherry picked from commit 3e3df5fcd1)
This commit is contained in:
Chia-I Wu 2011-06-30 10:23:50 +09:00
parent bd1ceb5c5b
commit b90c710c6c

View file

@ -29,6 +29,9 @@
#include "pipe/p_compiler.h"
PUBLIC struct st_api *
st_api_create_OpenGL(void);
struct st_api *
st_api_create_OpenGL(void)
{
return st_gl_api_create();