mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
r=mkaply, a=blizzard
General code cleanup and fix for printer trap from Dainis Jonitis
This commit is contained in:
parent
d298cf2062
commit
615b579ca3
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user