diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-30 17:54:10 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-30 17:54:10 -0400 |
commit | bd5a0027f4fbffc8cada0d22e8ccebf680cdc749 (patch) | |
tree | 2eeb661d91e958efb770d8a6d0749a31e2ea44c5 /opengl | |
parent | b4d8fbb1a72f77408db2bd2d89d987af504b0141 (diff) | |
parent | 863e5fdde858d732ac76320369b6304599f23b4c (diff) | |
download | frameworks_native-bd5a0027f4fbffc8cada0d22e8ccebf680cdc749.zip frameworks_native-bd5a0027f4fbffc8cada0d22e8ccebf680cdc749.tar.gz frameworks_native-bd5a0027f4fbffc8cada0d22e8ccebf680cdc749.tar.bz2 |
Merge change I56779290 into eclair
* changes:
fix[2222341] Soft reset while going back from camcorder settings
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/libs/EGL/egl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 5efecb0..c22c21b 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -1677,7 +1677,7 @@ EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, } else { // In case of success, we need to clear all error flags // (especially those caused by the implementation that didn't - // succeed). TODO: we could about this if we knew this was + // succeed). TODO: we could avoid this if we knew this was // a "full" success (all implementation succeeded). eglGetError(); } |