rename oops

This commit is contained in:
Toad King 2012-09-24 15:31:46 -04:00
parent 500139f1b5
commit b087a2cc76

View File

@ -70,7 +70,7 @@ static void *vg_init(const video_info_t *video, const input_driver_t **input, vo
if (!vg)
return NULL;
if (!eglBindAPI(EGL_vg_API))
if (!eglBindAPI(EGL_OPENVG_API))
return NULL;
if (!gfx_ctx_init())