Skip to content

Commit 46a3cba

Browse files
author
liancheng
committed
FIX: missing "//" after #endif.
1 parent c44e28c commit 46a3cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/message/wrappers/destination.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ namespace boost { namespace network {
3535

3636
}; // namespace boost
3737

38-
#endif __NETWORK_MESSAGE_WRAPPERS_DESTINATION_HPP__
38+
#endif // __NETWORK_MESSAGE_WRAPPERS_DESTINATION_HPP__
3939

0 commit comments

Comments
 (0)