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 a51cb7f commit 8116ebdCopy full SHA for 8116ebd
tools/rexm/rexm.c
@@ -995,7 +995,10 @@ int main(int argc, char *argv[])
995
(strcmp(exInfo->authorGitHub, exInfoHeader->authorGitHub) != 0) ||
996
(exInfo->stars != exInfoHeader->stars) ||
997
(exInfo->verCreated != exInfoHeader->verCreated) ||
998
- (exInfo->verUpdated != exInfoHeader->verUpdated)) exInfo->status |= VALID_INCONSISTENT_INFO;
+ (exInfo->verUpdated != exInfoHeader->verUpdated))
999
+ {
1000
+ exInfo->status |= VALID_INCONSISTENT_INFO;
1001
+ }
1002
1003
UnloadExampleInfo(exInfoHeader);
1004
}
0 commit comments