fix android compilation issue

This commit is contained in:
Jehan Monnier 2015-05-28 11:21:58 +02:00
parent 7a67f94090
commit e59224e2c1

View file

@ -7407,4 +7407,5 @@ LINPHONE_PUBLIC const char *linphone_core_log_collection_upload_state_to_string(
case LinphoneCoreLogCollectionUploadStateDelivered : return "LinphoneCoreLogCollectionUploadStateDelivered";
case LinphoneCoreLogCollectionUploadStateNotDelivered : return "LinphoneCoreLogCollectionUploadStateNotDelivered";
}
return "UNKNOWN";
}