mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
svga: return PIPE_OK instead of 0
This commit is contained in:
parent
bdb0ad77c2
commit
cf736aa098
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ retry_draw_arrays( struct svga_context *svga,
|
|||
if (ret != PIPE_OK)
|
||||
goto retry;
|
||||
|
||||
return 0;
|
||||
return PIPE_OK;
|
||||
|
||||
retry:
|
||||
if (ret == PIPE_ERROR_OUT_OF_MEMORY && do_retry)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue