From 8116ebd9bba2ff0e506e9b5edf13e618a1e4ce2b Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 4 Sep 2025 19:15:47 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 3ef0187d8..bb3f8a9fe 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -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); }