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 | 61141c371ae160f03c2259e2dbc0910e63890275 (patch) | |
tree | 72114da303c411b67378973cee5c574eacf879f1 | |
parent | ef01739708479c43f529c646dd136ee5670b08f9 (diff) | |
download | samba-61141c371ae160f03c2259e2dbc0910e63890275.tar.gz samba-61141c371ae160f03c2259e2dbc0910e63890275.tar.xz samba-61141c371ae160f03c2259e2dbc0910e63890275.zip |
Merged John's fix.
Jeremy.
-rw-r--r-- | source/printing/print_cups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c index 0a40e5ec91e..ab2ba20b9c6 100644 --- a/source/printing/print_cups.c +++ b/source/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); |