diff -r 534901592376 -r a489d28872ba physfs_internal.h --- a/physfs_internal.h Mon Jul 23 04:46:42 2001 +0000 +++ b/physfs_internal.h Mon Jul 23 04:47:08 2001 +0000 @@ -252,8 +252,8 @@ #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().