From 4462b0aed0518af4fbe4f71c0db06f4afa4bc547 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 19 Aug 2013 15:42:30 +0200 Subject: [PATCH] Fix compilation error when MSG_STORAGE_ENABLED is not defined. --- coreapi/message_storage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/message_storage.c b/coreapi/message_storage.c index 0aca430dd..360f28f0a 100644 --- a/coreapi/message_storage.c +++ b/coreapi/message_storage.c @@ -304,6 +304,7 @@ void linphone_core_message_storage_close(LinphoneCore *lc){ #else unsigned int linphone_chat_message_store(LinphoneChatMessage *cr){ + return 0; } void linphone_chat_message_store_state(LinphoneChatMessage *cr){