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 | eecee22bf1ab6e22e5e989b51d522fcf587aa48c (patch) | |
tree | 059165ef3f41b5b55580b52c32233ead5ac74373 | |
parent | f2549db1ce6527c3e378e9f9210c70be5de93762 (diff) | |
download | samba-eecee22bf1ab6e22e5e989b51d522fcf587aa48c.tar.gz samba-eecee22bf1ab6e22e5e989b51d522fcf587aa48c.tar.xz samba-eecee22bf1ab6e22e5e989b51d522fcf587aa48c.zip |
fix for IRIX 6.2 compiler error
-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 a3ae6eb0f27..e02b4126e1d 100644 --- a/source/printing/nt_printing.c +++ b/source/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: ; } } |