Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune authored May 12, 2024
1 parent 4ebd628 commit fcf1d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/untwine/untwine/Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ std::vector<std::string> directoryList(const std::string& dir)
#ifndef __MINGW32__
files.push_back(untwine::fromNative(it->path()));
#else
files.push_back(untwine::fromNative(it->path().string));
files.push_back(untwine::fromNative(it->path().string());
#endif
it++;
}
Expand Down

0 comments on commit fcf1d78

Please sign in to comment.