Skip to content

Commit 4e08127

Browse files
author
Oleh Kulykov
committed
1722287125
1 parent 7a2529b commit 4e08127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plzma_path_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ namespace pathUtils {
192192
template<>
193193
inline bool pathReadable(const wchar_t * LIBPLZMA_NONNULL path) noexcept {
194194
#if defined(LIBPLZMA_MSC) || defined(LIBPLZMA_MINGW)
195-
# if defined(defined(LIBPLZMA_MINGW))
195+
# if defined(LIBPLZMA_MINGW)
196196
return (::_waccess(path, R_OK) == 0);
197197
# else
198198
return (::_waccess(path, 4) == 0);

0 commit comments

Comments
 (0)