Skip to content

Commit

Permalink
New error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 23, 2001
1 parent bf2508c commit 7a26a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physfs_internal.h
Expand Up @@ -252,8 +252,8 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_PAST_EOF "Past end of file"
#define ERR_ARC_IS_READ_ONLY "Archive is read-only"
#define ERR_IO_ERROR "I/O error"
#define ERR_CANT_SET_WRITE_DIR "Can't set write directory."

#define ERR_CANT_SET_WRITE_DIR "Can't set write directory"
#define ERR_TOO_MANY_SYMLINKS "Too many symbolic links"

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

0 comments on commit 7a26a0d

Please sign in to comment.