r13408: Remove C++ comments (# 3494)
authorGünther Deschner <gd@samba.org>
Thu, 9 Feb 2006 10:09:32 +0000 (10:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:09:59 +0000 (11:09 -0500)
Guenther

source/printing/print_iprint.c

index 6193dbe2ca94cbc50f69428c6580789ec24bdece..fc606676284d821c307d03314a6e4539b185d70e 100644 (file)
@@ -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 */
 }
 
 /*******************************************************************