mirror of
https://github.com/boostorg/process.git
synced 2026-01-30 08:02:37 +00:00
fixed typo
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
if (_source.is_open())
|
||||
{
|
||||
_source.close();
|
||||
_sink.assign(::boost::detail::winapi::INVALID_HANDLE_VALUE_);
|
||||
_source.assign(::boost::detail::winapi::INVALID_HANDLE_VALUE_);
|
||||
}
|
||||
}
|
||||
void close(boost::system::error_code & ec)
|
||||
|
||||
Reference in New Issue
Block a user