From 670d4984d545aab1d7ae687fd365d4d6f4edb410 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 26 Sep 2000 23:28:04 +0000 Subject: fix for IRIX 6.2 compiler error (This used to be commit eecee22bf1ab6e22e5e989b51d522fcf587aa48c) --- source3/printing/nt_printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing') 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: ; } } -- cgit