From f0ce79331f9c22f2e2efc6ca3f6eac1561569c71 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 9 Aug 2001 18:20:43 +0000 Subject: Merged John's fix. Jeremy. (This used to be commit 61141c371ae160f03c2259e2dbc0910e63890275) --- source3/printing/print_cups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing') diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c index 0a40e5ec91..ab2ba20b9c 100644 --- a/source3/printing/print_cups.c +++ b/source3/printing/print_cups.c @@ -823,7 +823,7 @@ cups_queue_get(int snum, print_queue_struct **q, print_status_struct *status) if (temp == NULL) { - DEBUG(0,("cups_queue_get: Not enough memory!"); + DEBUG(0,("cups_queue_get: Not enough memory!")); ippDelete(response); httpClose(http); -- cgit