C-Style comments only, please

This commit is contained in:
Dirk Ziegelmeier
2015-12-26 12:17:07 +01:00
parent 406f707d9a
commit fdd98879bf
9 changed files with 19 additions and 23 deletions

View File

@@ -500,7 +500,7 @@ static void fix_filename_for_c(char* qualifiedName, size_t max_len)
if (!strcmp(f->filename_c, new_name)) {
filename_ok = 0;
cnt++;
// try next unique file name
/* try next unique file name */
sprintf(&new_name[len], "%d", cnt);
break;
}