target/egl-static: fix a compiler warning

This commit is contained in:
Chia-I Wu 2011-06-30 10:23:50 +09:00
parent 5d7609715a
commit 3e3df5fcd1
1 changed files with 3 additions and 0 deletions

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();