Fixed compile time bug.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403806
This commit is contained in:
Davis King 2010-08-14 03:48:06 +00:00
parent 76eaef5df2
commit c0a50d8092

View File

@ -133,8 +133,7 @@ namespace dlib
- returns a string that names the contents of the type member.
!*/
{
if (type == EOTHER) return "EOTHER";
else if ( type == EPORT_IN_USE) return "EPORT_IN_USE";
if ( type == EPORT_IN_USE) return "EPORT_IN_USE";
else if ( type == ETIMEOUT) return "ETIMEOUT";
else if ( type == ECONNECTION) return "ECONNECTION";
else if ( type == ELISTENER) return "ELISTENER";