mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-01 11:03:17 +00:00
Update rexm.c
This commit is contained in:
parent
a0f3f07bdc
commit
5338e39124
@ -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: OK\n", exInfo->name);
|
||||
else LOG("WARNING: [%s] Validation result: ISSUES FOUND\n", exInfo->name);
|
||||
|
||||
UnloadExampleInfo(exInfoHeader);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user