mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
test_numbers.c: fix compilation
This commit is contained in:
parent
57aab4c4af
commit
14f40b463d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ int main(int argc , char *argv[]){
|
|||
normalized_number = linphone_proxy_config_normalize_phone_number(cfg,argv[1]);
|
||||
|
||||
if (!normalized_number) {
|
||||
printf("Invalid phone number: %s\n", normalized_number)
|
||||
printf("Invalid phone number: %s\n", normalized_number);
|
||||
} else {
|
||||
printf("Normalized number is %s\n",normalized_number);
|
||||
/*check extracted ccc*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue