mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
- don't return false on success
svn path=/trunk/; revision=43109
This commit is contained in:
parent
aaff3e2d56
commit
4dc423f636
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ NtGdiGetRasterizerCaps(
|
||||||
SetLastNtError(Status);
|
SetLastNtError(Status);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue