Skip to content

Commit

Permalink
Fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Sep 16, 2011
1 parent f9c79bc commit 3c6383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/em.cpp
Expand Up @@ -1257,7 +1257,7 @@ const unsigned long EventMachine_t::ConnectToUnixServer (const char *server)


#ifdef OS_WIN32 #ifdef OS_WIN32
throw std::runtime_error ("unix-domain connection unavailable on this platform"); throw std::runtime_error ("unix-domain connection unavailable on this platform");
return NULL; return 0;
#endif #endif


// The whole rest of this function is only compiled on Unix systems. // The whole rest of this function is only compiled on Unix systems.
Expand Down

0 comments on commit 3c6383a

Please sign in to comment.