Fixed C++ comments.
[sfrench/samba-autobuild/.git] / testsuite / libsmbclient / src / readdir / readdir_5.c
index d1a31ef9f08c5eec20bb70cfd82e3eb2c211f7a1..de94c4698e367f40652cc7650500a9f188cf43af 100644 (file)
@@ -104,7 +104,7 @@ int main(int argc, char** argv)
                                break;
                        }
 
-                       //printf("Name: %s\n",dirptr->name);
+                       /* printf("Name: %s\n",dirptr->name); */
                        if ( j == 0 )
                        {
                                if ( !(( strncmp(dirptr->name,".",1) == 0 )) ) 
@@ -127,7 +127,7 @@ int main(int argc, char** argv)
                                        memcpy(tmp_file_ptr,buff,strlen(buff)+4);
                                        strncat(tmp_file_ptr,".txt",4);
 
-                                       if ( !(( strcmp(dirptr->name,file_url) == 0 )) ) // make sure entries match
+                                       if ( !(( strcmp(dirptr->name,file_url) == 0 )) ) /* make sure entries match */
                                        {
                                                err = 1;
                                                break;
@@ -143,7 +143,7 @@ int main(int argc, char** argv)
        
                if ( ! err )
                {
-                       if ( (j - 2) != entry_num ) // Make sure that all entries created are counted and returned - minus . and ..
+                       if ( (j - 2) != entry_num ) /* Make sure that all entries created are counted and returned - minus . and .. */
                                err = 1;
                }