mesa: add missing ')' in error message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user