Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added ERR_BAD_FILENAME.
  • Loading branch information
icculus committed Jul 28, 2002
1 parent 4a3cbea commit 989fd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physfs_internal.h
Expand Up @@ -281,6 +281,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_NOT_AN_ARCHIVE "Not an archive"
#define ERR_CORRUPTED "Corrupted archive"
#define ERR_SEEK_OUT_OF_RANGE "Seek out of range"
#define ERR_BAD_FILENAME "Bad filename"


/*
Expand Down

0 comments on commit 989fd38

Please sign in to comment.