summaryrefslogtreecommitdiffstats
path: root/source/printing/nt_printing.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-09-28 22:12:25 +0000
committerHerb Lewis <herb@samba.org>2000-09-28 22:12:25 +0000
commit1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3 (patch)
tree5a86121173987b5ad381cb77f5dcc7c380c4d9eb /source/printing/nt_printing.c
parent8c6b57ccabf8fb5900c87f3be3fa0495f78ccc25 (diff)
downloadsamba-1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3.tar.gz
samba-1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3.tar.xz
samba-1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3.zip
don't use c++ comments - IRIX compiler complains
Diffstat (limited to 'source/printing/nt_printing.c')
-rw-r--r--source/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c
index 73d54f305cf..bb6b1ffc272 100644
--- a/source/printing/nt_printing.c
+++ b/source/printing/nt_printing.c
@@ -1347,7 +1347,7 @@ NT_DEVICEMODE *construct_nt_devicemode(const fstring default_devicename)
nt_devmode->scale = 0x64;
nt_devmode->copies = 01;
nt_devmode->defaultsource = BIN_FORMSOURCE;
- nt_devmode->printquality = RES_HIGH; // 0x0258;
+ nt_devmode->printquality = RES_HIGH; /* 0x0258; */
nt_devmode->color = COLOR_MONOCHROME;
nt_devmode->duplex = DUP_SIMPLEX;
nt_devmode->yresolution = 0;