Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Static analysis fix.
  • Loading branch information
icculus committed Jul 17, 2017
1 parent 8c35014 commit cdba81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_physfs.c
Expand Up @@ -873,8 +873,8 @@ static int cmd_cat(char *args)

static int cmd_cat2(char *args)
{
PHYSFS_File *f1;
PHYSFS_File *f2;
PHYSFS_File *f1 = NULL;
PHYSFS_File *f2 = NULL;
char *fname1;
char *fname2;
char *ptr;
Expand Down

0 comments on commit cdba81f

Please sign in to comment.