mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed compile time bug.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403806
This commit is contained in:
parent
76eaef5df2
commit
c0a50d8092
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user