Skip to content

Commit 65540be

Browse files
authored
Update CppInterOp.cpp
1 parent bf58db7 commit 65540be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ namespace Cpp {
27382738

27392739
std::array<char, 256> buffer;
27402740
struct pclose_deleter {
2741-
void operator()(struct FILE* d) const {
2741+
void operator()(struct DIR* d) const {
27422742
pclose(d);
27432743
}
27442744
};

0 commit comments

Comments
 (0)