Module: wine Branch: master Commit: b230cce9cb07b6b28c6721bfb77de499d5de5aa8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b230cce9cb07b6b28c6721bfb7...
Author: Francois Gouget fgouget@free.fr Date: Tue Feb 6 10:17:03 2007 +0100
winspool.drv: Remove unneeded cast.
---
dlls/winspool.drv/tests/info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winspool.drv/tests/info.c b/dlls/winspool.drv/tests/info.c index af5e571..6c796b2 100644 --- a/dlls/winspool.drv/tests/info.c +++ b/dlls/winspool.drv/tests/info.c @@ -1693,7 +1693,7 @@ static void test_XcvDataW_PortIsValid(vo pd.pDevMode = NULL; pd.DesiredAccess = SERVER_ACCESS_ADMINISTER;
- hXcv = (HANDLE) 0; + hXcv = NULL; SetLastError(0xdeadbeef); res = OpenPrinter(xcv_localport, &hXcv, &pd);