mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
fix typo
This commit is contained in:
parent
9a96f5c122
commit
d8322ca6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ const char *linphone_call_state_to_string(LinphoneCallState cs){
|
|||
case LinphoneCallRefered:
|
||||
return "LinphoneCallRefered";
|
||||
case LinphoneCallError:
|
||||
return "LinphoneCallRefered";
|
||||
return "LinphoneCallError";
|
||||
case LinphoneCallEnd:
|
||||
return "LinphoneCallEnd";
|
||||
case LinphoneCallPausedByRemote:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue