projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9557147
)
egl: fix function name in debug string
author
Eric Engestrom
<eric@engestrom.ch>
Tue, 15 Nov 2016 23:41:38 +0000
(23:41 +0000)
committer
Tapani Pälli
<tapani.palli@intel.com>
Thu, 17 Nov 2016 07:32:11 +0000
(09:32 +0200)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/egl/main/eglconfig.c
patch
|
blob
|
history
diff --git
a/src/egl/main/eglconfig.c
b/src/egl/main/eglconfig.c
index 6161d26e4de6380c4fa1908e0a6d7a00bfb88266..876c8f06f27890173f6c3a134424e170585109ad 100644
(file)
--- a/
src/egl/main/eglconfig.c
+++ b/
src/egl/main/eglconfig.c
@@
-728,7
+728,7
@@
_eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
EGLint i, count;
if (!num_configs)
- return _eglError(EGL_BAD_PARAMETER, "eglChooseConfig
s
");
+ return _eglError(EGL_BAD_PARAMETER, "eglChooseConfig");
/* get the number of matched configs */
count = _eglFilterArray(array, NULL, 0,