소스 검색

test_physfs: remove an unnecessary semicolon.

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Ryan C. Gordon 2 년 전
부모
커밋
957176bcf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/test_physfs.c

+ 1 - 1
test/test_physfs.c

@@ -1717,7 +1717,7 @@ int main(int argc, char **argv)
         fflush(stdout);
         if (buf != NULL)
             free(buf);
-    };
+    }
 
     if (!PHYSFS_deinit())
         printf("PHYSFS_deinit() failed!\n  reason: %s.\n", PHYSFS_getLastError());