diff options
author | Herb Lewis <herb@samba.org> | 2000-09-26 23:28:04 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2000-09-26 23:28:04 +0000 |
commit | 670d4984d545aab1d7ae687fd365d4d6f4edb410 (patch) | |
tree | c4c6c7412e890a988576a5b1e8f1f2059b765bda | |
parent | 7489aa1ff35cb1b9d154948f5f9f971ad0346e59 (diff) | |
download | samba-670d4984d545aab1d7ae687fd365d4d6f4edb410.tar.gz samba-670d4984d545aab1d7ae687fd365d4d6f4edb410.tar.bz2 samba-670d4984d545aab1d7ae687fd365d4d6f4edb410.zip |
fix for IRIX 6.2 compiler error
(This used to be commit eecee22bf1ab6e22e5e989b51d522fcf587aa48c)
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
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: ; } } |