Ray пре 2 недеља
родитељ
комит
8116ebd9bb
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      tools/rexm/rexm.c

+ 4 - 1
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);
             }