Skip to content

Commit 5df9d29

Browse files
committed
Nice misprint
1 parent f272cb4 commit 5df9d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/src/network/protocol/http/client/options.ipp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class client_options_pimpl {
3030
}
3131

3232
void io_service(boost::asio::io_service* io_service) {
33-
io_service_ = io_service_;
33+
io_service_ = io_service;
3434
}
3535

3636
boost::asio::io_service* io_service() const { return io_service_; }

0 commit comments

Comments
 (0)