mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 19:20:15 +01:00
Oops. Fix thinko in previous commit.
This commit is contained in:
parent
74789a702b
commit
425846dedb
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static void
|
|||
_cairo_set_error (cairo_t *cr, cairo_status_t status)
|
||||
{
|
||||
if (status == CAIRO_STATUS_SUCCESS)
|
||||
return status;
|
||||
return;
|
||||
|
||||
/* Don't overwrite an existing error. This preserves the first
|
||||
* error, which is the most significant. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue