Update rexm.c

This commit is contained in:
Ray
2025-09-04 19:15:47 +02:00
parent a51cb7fe30
commit 8116ebd9bb

View File

@ -995,7 +995,10 @@ int main(int argc, char *argv[])
(strcmp(exInfo->authorGitHub, exInfoHeader->authorGitHub) != 0) ||
(exInfo->stars != exInfoHeader->stars) ||
(exInfo->verCreated != exInfoHeader->verCreated) ||
(exInfo->verUpdated != exInfoHeader->verUpdated)) exInfo->status |= VALID_INCONSISTENT_INFO;
(exInfo->verUpdated != exInfoHeader->verUpdated))
{
exInfo->status |= VALID_INCONSISTENT_INFO;
}
UnloadExampleInfo(exInfoHeader);
}