diff options
author | Herb Lewis <herb@samba.org> | 2000-09-28 22:12:25 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2000-09-28 22:12:25 +0000 |
commit | 1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3 (patch) | |
tree | 5a86121173987b5ad381cb77f5dcc7c380c4d9eb | |
parent | 8c6b57ccabf8fb5900c87f3be3fa0495f78ccc25 (diff) | |
download | samba-1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3.tar.gz samba-1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3.tar.xz samba-1d2cb1aba2be43b900e5b2f45df15b981ed9a7d3.zip |
don't use c++ comments - IRIX compiler complains
-rw-r--r-- | source/printing/nt_printing.c | 2 |
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; |