summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-09-26 23:28:04 +0000
committerHerb Lewis <herb@samba.org>2000-09-26 23:28:04 +0000
commit670d4984d545aab1d7ae687fd365d4d6f4edb410 (patch)
treec4c6c7412e890a988576a5b1e8f1f2059b765bda /source3/printing
parent7489aa1ff35cb1b9d154948f5f9f971ad0346e59 (diff)
downloadsamba-670d4984d545aab1d7ae687fd365d4d6f4edb410.tar.gz
samba-670d4984d545aab1d7ae687fd365d4d6f4edb410.tar.bz2
samba-670d4984d545aab1d7ae687fd365d4d6f4edb410.zip
fix for IRIX 6.2 compiler error
(This used to be commit eecee22bf1ab6e22e5e989b51d522fcf587aa48c)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index a3ae6eb0f2..e02b4126e1 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -677,7 +677,7 @@ BOOL move_driver_to_download_area(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract,
return False;
}
}
- NextDriver:
+ NextDriver: ;
}
}