Index: src/libchcore/EFileError.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -rd468098a278a0d16c5b700236ea276b9c9677c9f --- src/libchcore/EFileError.h (.../EFileError.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/EFileError.h (.../EFileError.h) (revision d468098a278a0d16c5b700236ea276b9c9677c9f) @@ -32,7 +32,8 @@ eWriteError, ///< Problem occurred when tried to write data to a file eFinalizeError, ///< Problem occurred when tried to finalize file eFastMoveError, ///< Problem occurred when tried to perform fast move operation (that does not involve copying contents) - eCreateError ///< Problem occurred when tried to create the fs object + eCreateError, ///< Problem occurred when tried to create the fs object + eCheckForFreeSpace ///< Problem occurred when tried to create the fs object }; }