Author: sginsberg Date: Sun Oct 18 16:04:59 2009 New Revision: 43551
URL: http://svn.reactos.org/svn/reactos?rev=43551&view=rev Log: - Fix error return of EnumPrinterKeyA/W, spotted by janderwald
Modified: trunk/reactos/dll/win32/winspool/stubs.c
Modified: trunk/reactos/dll/win32/winspool/stubs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/winspool/stubs.c?... ============================================================================== --- trunk/reactos/dll/win32/winspool/stubs.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/winspool/stubs.c [iso-8859-1] Sun Oct 18 16:04:59 2009 @@ -814,7 +814,7 @@
*SubkeyReturned = 0;
- return 0; + return ERROR_FILE_NOT_FOUND; }
/* @@ -829,7 +829,7 @@
*SubkeyReturned = 0;
- return 0; + return ERROR_FILE_NOT_FOUND; }
/*