render/gles2: ditch extra parens

This commit is contained in:
emersion 2018-06-30 23:19:02 +01:00
parent a7a96d7644
commit cc9b198f9e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ static bool gles2_read_pixels(struct wlr_renderer *wlr_renderer,
POP_GLES2_DEBUG;
return (glGetError() == GL_NO_ERROR);
return glGetError() == GL_NO_ERROR;
}
static bool gles2_format_supported(struct wlr_renderer *wlr_renderer,