mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Fix AIX bustage
This commit is contained in:
parent
0ca912a376
commit
8f92ed8519
@ -4777,7 +4777,7 @@ DocumentViewerImpl::CheckForPrinters(nsIPrintOptions* aPrintOptions,
|
||||
}
|
||||
}
|
||||
numPrinters++;
|
||||
} while (true);
|
||||
} while (1);
|
||||
|
||||
if (numPrinters == 0) {
|
||||
// this means there were no printers
|
||||
|
@ -4777,7 +4777,7 @@ DocumentViewerImpl::CheckForPrinters(nsIPrintOptions* aPrintOptions,
|
||||
}
|
||||
}
|
||||
numPrinters++;
|
||||
} while (true);
|
||||
} while (1);
|
||||
|
||||
if (numPrinters == 0) {
|
||||
// this means there were no printers
|
||||
|
Loading…
x
Reference in New Issue
Block a user