Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added ERR_SEEK_OUT_OF_RANGE define.
  • Loading branch information
icculus committed Jul 27, 2002
1 parent 5098c6e commit df5ef85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physfs_internal.h
Expand Up @@ -280,6 +280,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_FILE_NOT_FOUND "File not found"
#define ERR_NOT_AN_ARCHIVE "Not an archive"
#define ERR_CORRUPTED "Corrupted archive"
#define ERR_SEEK_OUT_OF_RANGE "Seek out of range"


/*
Expand Down

0 comments on commit df5ef85

Please sign in to comment.