From eecee22bf1ab6e22e5e989b51d522fcf587aa48c Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 26 Sep 2000 23:28:04 +0000 Subject: [PATCH] fix for IRIX 6.2 compiler error --- source/printing/nt_printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ; } } -- 2.11.4.GIT