From de10237719db8101cd9487b257761d4721f857ab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Aug 2003 18:54:44 +0000 Subject: more fixes from the IRIX compiler (thanks herb!) (This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025) --- source4/printing/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/printing') diff --git a/source4/printing/printing.c b/source4/printing/printing.c index 26ea52e35a..e4d9e5f785 100644 --- a/source4/printing/printing.c +++ b/source4/printing/printing.c @@ -2030,7 +2030,7 @@ int print_queue_status(int snum, in hash order. */ qsort(tstruct.queue, tstruct.qcount, sizeof(print_queue_struct), - QSORT_CAST(printjob_comp)); + QSORT_CAST printjob_comp); *queue = tstruct.queue; return tstruct.qcount; -- cgit