mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
mesa: add missing ')' in error message
This commit is contained in:
parent
41f3773c1d
commit
4e58e56f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ _mesa_DrawPixels( GLsizei width, GLsizei height,
|
|||
|
||||
|
||||
if (width < 0 || height < 0) {
|
||||
_mesa_error( ctx, GL_INVALID_VALUE, "glDrawPixels(width or height < 0" );
|
||||
_mesa_error( ctx, GL_INVALID_VALUE, "glDrawPixels(width or height < 0)" );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue