Skip to content

Commit

Permalink
egl: Fix typo
Browse files Browse the repository at this point in the history
Change-Id: I897eadaa8f093ef1bd29bf93a43c9256d501aff8
  • Loading branch information
intervigilium committed Jul 7, 2014
1 parent c556a0e commit a31051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opengl/libs/EGL/eglApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
#else
// by default, just pick RGBA_8888
#ifdef USE_BGRA_8888
EGLine format = HAL_PIXEL_FORMAT_BGRA_8888;
EGLint format = HAL_PIXEL_FORMAT_BGRA_8888;
#else
EGLint format = HAL_PIXEL_FORMAT_RGBA_8888;
#endif
Expand Down

0 comments on commit a31051e

Please sign in to comment.