Fixed C++ comments.
[kai/samba.git] / testsuite / libsmbclient / src / opendir / opendir_1.c
index e839b99cd126701832b3657a2551ced37673c5d6..1bd01b5feeba970fddb8f647d9ccbbc15a20735d 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char** argv)
 
                smbc_init(auth_fn, 0);
                dh = smbc_opendir(url);
-               //printf("directory handle: %i\n",dh);
+               /* printf("directory handle: %i\n",dh); */
 
                if ( dh < 0 )
                        err = 1;