Navigation Menu

Skip to content

Commit

Permalink
Fixed compiler warnings on GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 6, 2017
1 parent af55531 commit eb46d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs.c
Expand Up @@ -244,7 +244,7 @@ typedef struct __PHYSFS_MemoryIoInfo
PHYSFS_uint64 len;
PHYSFS_uint64 pos;
PHYSFS_Io *parent;
volatile PHYSFS_uint32 refcount;
int refcount;
void (*destruct)(void *);
} MemoryIoInfo;

Expand Down

0 comments on commit eb46d82

Please sign in to comment.