Commit 8b7fdebb authored by Kenton Varda's avatar Kenton Varda

Fix typo (only a warning, not an error, apparently).

parent 26e6cfd3
......@@ -80,7 +80,7 @@ Exception::Type typeOfErrno(int error) {
#endif
return Exception::Type::OVERLOADED;
#ifdef ENOTCONN:
#ifdef ENOTCONN
case ENOTCONN:
#endif
#ifdef ECONNABORTED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment