r=mkaply, a=blizzard

General code cleanup and fix for printer trap from Dainis Jonitis
This commit is contained in:
mkaply%us.ibm.com 2006-02-16 21:31:47 +00:00
parent d298cf2062
commit 615b579ca3

View File

@ -60,7 +60,7 @@ NS_IMETHODIMP nsDeviceContextSpecFactoryOS2 :: CreateDeviceContextSpec(nsIDevice
{
nsresult rv = NS_ERROR_FAILURE;
PRTQUEUE *pq = PrnSelectPrinter( HWND_DESKTOP, aQuiet ? TRUE : FALSE);
PRTQUEUE* pq (PrnSelectPrinter( HWND_DESKTOP, aQuiet ? TRUE : FALSE));
if( pq)
{