summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/printing/print_cups.c')
-rw-r--r--source3/printing/print_cups.c2
1 files changed, 1 insertions, 1 deletions
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);