1
0
Fork 0

Fixed missing return value warning in MSVC.

This commit is contained in:
madmaxoft 2014-04-28 20:37:12 +02:00
parent 8ae472df86
commit f04957321d
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ AString cClientHandle::FormatMessageType(bool ShouldAppendChatPrefixes, eMessage
}
}
ASSERT(!"Unhandled chat prefix type!");
return "";
}