mirror of
https://github.com/boostorg/asio.git
synced 2026-01-19 04:02:09 +00:00
Remove extraneous comma from end of enumerator list.
[SVN r34485]
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
{
|
||||
user_set_non_blocking = 1, // The user wants a non-blocking socket.
|
||||
internal_non_blocking = 2, // The socket has been set non-blocking.
|
||||
enable_connection_aborted = 4, // User wants connection_aborted errors.
|
||||
enable_connection_aborted = 4 // User wants connection_aborted errors.
|
||||
};
|
||||
|
||||
// Flags indicating the current state of the socket.
|
||||
|
||||
Reference in New Issue
Block a user