This commit is contained in:
MelwareDE 2009-04-30 15:24:59 +00:00
parent 01d4246d1d
commit 2ad144f632
1 changed files with 2 additions and 1 deletions

View File

@ -636,7 +636,8 @@ int pbxcli_capi_chatinfo(int fd, int argc, char *argv[])
#endif
}
const char* room_member_type_2_name (room_member_type_t room_member_type) {
const char* room_member_type_2_name (room_member_type_t room_member_type)
{
switch (room_member_type) {
case RoomMemberListener:
return("in listener mode ");