Skip to content

Commit 8116ebd

Browse files
committed
Update rexm.c
1 parent a51cb7f commit 8116ebd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/rexm/rexm.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,10 @@ int main(int argc, char *argv[])
995995
(strcmp(exInfo->authorGitHub, exInfoHeader->authorGitHub) != 0) ||
996996
(exInfo->stars != exInfoHeader->stars) ||
997997
(exInfo->verCreated != exInfoHeader->verCreated) ||
998-
(exInfo->verUpdated != exInfoHeader->verUpdated)) exInfo->status |= VALID_INCONSISTENT_INFO;
998+
(exInfo->verUpdated != exInfoHeader->verUpdated))
999+
{
1000+
exInfo->status |= VALID_INCONSISTENT_INFO;
1001+
}
9991002

10001003
UnloadExampleInfo(exInfoHeader);
10011004
}

0 commit comments

Comments
 (0)