Commit 13e16f5f authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

wineps.drv: Fix return value in PSDRV_SetBrush.

parent 07374317
......@@ -93,7 +93,7 @@ static BOOL PSDRV_SetBrush(PSDRV_PDEVICE *physDev)
}
physDev->brush.set = TRUE;
return TRUE;
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment