From 9eb8b5e68237c2bb9cbbd9e7f8e10172167ae958 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 17 Apr 2025 09:59:02 -0500 Subject: [PATCH] fix --- repertory/librepertory/include/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}