diff options
author | Günther Deschner <gd@samba.org> | 2006-02-09 10:09:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:09:59 -0500 |
commit | ae25f82ac2530f93f5c7c8f7b49b15924e594073 (patch) | |
tree | edf1554741a82b72efc78b36b547a538a1b4f384 /source3/printing | |
parent | ad8b47a2ba4e81420bc2272e8438a727cc2223ee (diff) | |
download | samba-ae25f82ac2530f93f5c7c8f7b49b15924e594073.tar.gz samba-ae25f82ac2530f93f5c7c8f7b49b15924e594073.tar.bz2 samba-ae25f82ac2530f93f5c7c8f7b49b15924e594073.zip |
r13408: Remove C++ comments (# 3494)
Guenther
(This used to be commit cf86d4c9f0c48e7234945694a4722c35dd33657c)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/print_iprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/printing/print_iprint.c b/source3/printing/print_iprint.c index 6193dbe2ca..fc60667628 100644 --- a/source3/printing/print_iprint.c +++ b/source3/printing/print_iprint.c @@ -1206,7 +1206,7 @@ static int iprint_queue_get(const char *sharename, static int iprint_queue_pause(int snum) { - return(-1); //Not supported without credentials + return(-1); /* Not supported without credentials */ } @@ -1216,7 +1216,7 @@ static int iprint_queue_pause(int snum) static int iprint_queue_resume(int snum) { - return(-1); //Not supported without credentials + return(-1); /* Not supported without credentials */ } /******************************************************************* |