mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Fix wrong character in comment.
This commit is contained in:
parent
80b306bb02
commit
484d05b02b
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ bool_t linphone_core_chat_enabled(const LinphoneCore *lc){
|
|||
/**
|
||||
* Returns an array of chat rooms
|
||||
* @param lc #LinphoneCore object
|
||||
* @return An array of #LinpĥoneChatRoom
|
||||
* @return An array of #LinphoneChatRoom
|
||||
**/
|
||||
MSList* linphone_core_get_chat_rooms(LinphoneCore *lc) {
|
||||
return lc->chatrooms;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue