diff options
author | Jeremy Allison <jra@samba.org> | 2001-08-09 18:20:43 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-08-09 18:20:43 +0000 |
commit | f0ce79331f9c22f2e2efc6ca3f6eac1561569c71 (patch) | |
tree | b7de27f248a1ef7596e89dcd767e8abf2613252b | |
parent | f8d3cac8af0185eca2995e524c62f064ab9b4017 (diff) | |
download | samba-f0ce79331f9c22f2e2efc6ca3f6eac1561569c71.tar.gz samba-f0ce79331f9c22f2e2efc6ca3f6eac1561569c71.tar.bz2 samba-f0ce79331f9c22f2e2efc6ca3f6eac1561569c71.zip |
Merged John's fix.
Jeremy.
(This used to be commit 61141c371ae160f03c2259e2dbc0910e63890275)
-rw-r--r-- | source3/printing/print_cups.c | 2 |
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); |