Navigation Menu

Skip to content

Commit

Permalink
Added ERR_COMPRESSION
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 23, 2001
1 parent 2ea6fee commit ed2e2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physfs_internal.h
Expand Up @@ -254,6 +254,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_IO_ERROR "I/O error"
#define ERR_CANT_SET_WRITE_DIR "Can't set write directory"
#define ERR_TOO_MANY_SYMLINKS "Too many symbolic links"
#define ERR_COMPRESSION "(De)compression error"

/*
* Call this to set the message returned by PHYSFS_getLastError().
Expand Down

0 comments on commit ed2e2b3

Please sign in to comment.