Skip to content

Commit

Permalink
Fixed another compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2017
1 parent 0bda50c commit f130714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -921,7 +921,7 @@ static int cmd_cat2(char *args)
char *buffer2 = NULL;
size_t buffer2len = 0;
char *ptr = NULL;
PHYSFS_sint64 i;
size_t i;

if (do_buffer_size)
{
Expand Down

0 comments on commit f130714

Please sign in to comment.