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) { ...@@ -80,7 +80,7 @@ Exception::Type typeOfErrno(int error) {
#endif #endif
return Exception::Type::OVERLOADED; return Exception::Type::OVERLOADED;
#ifdef ENOTCONN: #ifdef ENOTCONN
case ENOTCONN: case ENOTCONN:
#endif #endif
#ifdef ECONNABORTED #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