Skip to content

Commit 27640db

Browse files
author
Igor S. Gerasimov
committed
Use ISO C90 style comment in C code
1 parent 8337d01 commit 27640db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/c-index-test/c-index-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ static CXString createCXString(const char *CS) {
12231223
static CXString duplicateCXString(const char *CS) {
12241224
CXString Str;
12251225
Str.data = strdup(CS);
1226-
Str.private_flags = 1; // CXS_Malloc
1226+
Str.private_flags = 1; /* CXS_Malloc */
12271227
return Str;
12281228
}
12291229

0 commit comments

Comments
 (0)