2
0
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:
Christopher Kohlhoff
2006-07-09 06:57:33 +00:00
parent 7027bf39d5
commit b8e5e53b5f

View File

@@ -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.