Fix wrong character in comment.

This commit is contained in:
Ghislain MARY 2014-07-01 15:45:10 +02:00
parent 80b306bb02
commit 484d05b02b

View file

@ -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;