From d96dba336bda00de54b0591bdb8dae1c3afe0ee5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 3 Dec 2019 11:21:36 +0100 Subject: [PATCH] Update deltachat-ffi/deltachat.h fix doc --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index a864d5bd7..963fbc482 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2617,7 +2617,7 @@ dc_context_t* dc_chatlist_get_context (dc_chatlist_t* chatlist); * avatar-path: path-to-blobfile * is_verified: yes/no - * @return a utf8-encoded json string containing all requested info. Must be freed using dc_lot_unref(). NULL is never returned. + * @return a utf8-encoded json string containing all requested info. Must be freed using dc_str_unref(). NULL is never returned. */ char* dc_chat_get_info_json (dc_context_t* context, size_t chat_id);