From ae25f82ac2530f93f5c7c8f7b49b15924e594073 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 9 Feb 2006 10:09:32 +0000 Subject: r13408: Remove C++ comments (# 3494) Guenther (This used to be commit cf86d4c9f0c48e7234945694a4722c35dd33657c) --- source3/printing/print_iprint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/printing') 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 */ } /******************************************************************* -- cgit