wineps.drv: Fix return value in PSDRV_SetBrush.
This commit is contained in:
parent
073743170c
commit
13e16f5f37
|
@ -93,7 +93,7 @@ static BOOL PSDRV_SetBrush(PSDRV_PDEVICE *physDev)
|
||||||
|
|
||||||
}
|
}
|
||||||
physDev->brush.set = TRUE;
|
physDev->brush.set = TRUE;
|
||||||
return TRUE;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue