diff --git a/repertory/librepertory/include/common.hpp b/repertory/librepertory/include/common.hpp index 2ba34922..24c263e3 100644 --- a/repertory/librepertory/include/common.hpp +++ b/repertory/librepertory/include/common.hpp @@ -226,7 +226,7 @@ using WCHAR = wchar_t; #define STATUS_DEVICE_BUSY std::uint32_t{0x80000011L} #define STATUS_DEVICE_INSUFFICIENT_RESOURCES std::uint32_t{0xC0000468L} #define STATUS_DIRECTORY_NOT_EMPTY std::uint32_t{0xC0000101L} -#define STATUS_END_OF_FILE std::uint32_t{0xC0000011L}; +#define STATUS_END_OF_FILE std::uint32_t{0xC0000011L} #define STATUS_FILE_IS_A_DIRECTORY std::uint32_t{0xC00000BAL} #define STATUS_FILE_TOO_LARGE std::uint32_t{0xC0000904L} #define STATUS_INSUFFICIENT_RESOURCES std::uint32_t{0xC000009AL}