From e59224e2c19e5b4a3f71bf3c8d661eba40a1cad6 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 28 May 2015 11:21:58 +0200 Subject: [PATCH] fix android compilation issue --- coreapi/linphonecore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 7b8ad5a25..580bd57da 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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"; }