Merged John's fix.
authorJeremy Allison <jra@samba.org>
Thu, 9 Aug 2001 18:20:43 +0000 (18:20 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 9 Aug 2001 18:20:43 +0000 (18:20 +0000)
Jeremy.
(This used to be commit 61141c371ae160f03c2259e2dbc0910e63890275)

source3/printing/print_cups.c

index 0a40e5ec91e27c7db1bf36778567b5d8197f41d7..ab2ba20b9c66b723447caaf64999bed0a36be908 100644 (file)
@@ -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);