Skip to content

Commit 957176b

Browse files
icculusmadebr
andcommitted
test_physfs: remove an unnecessary semicolon.
Co-authored-by: Anonymous Maarten <[email protected]>
1 parent 98a60f6 commit 957176b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_physfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ int main(int argc, char **argv)
17171717
fflush(stdout);
17181718
if (buf != NULL)
17191719
free(buf);
1720-
};
1720+
}
17211721

17221722
if (!PHYSFS_deinit())
17231723
printf("PHYSFS_deinit() failed!\n reason: %s.\n", PHYSFS_getLastError());

0 commit comments

Comments
 (0)