summaryrefslogtreecommitdiff
path: root/source3/printing/print_cups.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-08-09 18:20:43 +0000
committerJeremy Allison <jra@samba.org>2001-08-09 18:20:43 +0000
commitf0ce79331f9c22f2e2efc6ca3f6eac1561569c71 (patch)
treeb7de27f248a1ef7596e89dcd767e8abf2613252b /source3/printing/print_cups.c
parentf8d3cac8af0185eca2995e524c62f064ab9b4017 (diff)
downloadsamba-f0ce79331f9c22f2e2efc6ca3f6eac1561569c71.tar.gz
samba-f0ce79331f9c22f2e2efc6ca3f6eac1561569c71.tar.bz2
samba-f0ce79331f9c22f2e2efc6ca3f6eac1561569c71.zip
Merged John's fix.
Jeremy. (This used to be commit 61141c371ae160f03c2259e2dbc0910e63890275)
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);