Skip to content

Commit 167313c

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

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 DIR* d) const {
2741+
void operator()(FILE* d) const {
27422742
pclose(d);
27432743
}
27442744
};

0 commit comments

Comments
 (0)