Skip to content

Commit c5f3d9d

Browse files
committed
Avoid // comment in C file
1 parent c75edb8 commit c5f3d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int dumper(void* user, const char* section, const char* name,
4747
#endif
4848

4949
if (!value) {
50-
// Happens when INI_ALLOW_NO_VALUE=1 and line has no value (no '=' or ':')
50+
/* Happens when INI_ALLOW_NO_VALUE=1 and line has no value (no '=' or ':') */
5151
return 1;
5252
}
5353

0 commit comments

Comments
 (0)