We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75edb8 commit c5f3d9dCopy full SHA for c5f3d9d
tests/unittest.c
@@ -47,7 +47,7 @@ int dumper(void* user, const char* section, const char* name,
47
#endif
48
49
if (!value) {
50
- // Happens when INI_ALLOW_NO_VALUE=1 and line has no value (no '=' or ':')
+ /* Happens when INI_ALLOW_NO_VALUE=1 and line has no value (no '=' or ':') */
51
return 1;
52
}
53
0 commit comments