Browse Source

Update rexm.c

pull/5310/head
Ray 1 month ago
parent
commit
5338e39124
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tools/rexm/rexm.c

+ 2
- 2
tools/rexm/rexm.c View File

@ -1176,8 +1176,8 @@ int main(int argc, char *argv[])
exInfo->status |= VALID_INCONSISTENT_INFO;
}
if (exInfo->status == 0) LOG("INFO: [%s] Validation result: OK", exInfo->name);
else LOG("WARNING: [%s] Validation result: ISSUES FOUND", exInfo->name);
if (exInfo->status == 0) LOG("INFO: [%s] Validation result: OKe">\n", exInfo->name);
else LOG("WARNING: [%s] Validation result: ISSUES FOUNDe">\n", exInfo->name);
UnloadExampleInfo(exInfoHeader);
}

Loading…
Cancel
Save