diff options
Diffstat (limited to 'opengl/libs/EGL/eglApi.cpp')
-rw-r--r-- | opengl/libs/EGL/eglApi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp index 23f67d5..1f9ce68 100644 --- a/opengl/libs/EGL/eglApi.cpp +++ b/opengl/libs/EGL/eglApi.cpp @@ -1480,7 +1480,7 @@ EGLuint64NV eglGetSystemTimeFrequencyNV() } } - return setError(EGL_BAD_DISPLAY, 0);; + return setErrorQuiet(EGL_BAD_DISPLAY, 0); } EGLuint64NV eglGetSystemTimeNV() @@ -1500,5 +1500,5 @@ EGLuint64NV eglGetSystemTimeNV() } } - return setError(EGL_BAD_DISPLAY, 0);; + return setErrorQuiet(EGL_BAD_DISPLAY, 0); } |