From c60ec00aac262035d59fc0844729206bd367b776 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Thu, 11 Jun 2020 13:40:37 +0200 Subject: [PATCH] Oops #2, adapt DC_STR_COUNT in deltachat.h --- deltachat-ffi/deltachat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 6316cb94c..9a84c85f7 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -4428,9 +4428,10 @@ void dc_event_unref(dc_event_t* event); #define DC_STR_WELCOME_MESSAGE 71 #define DC_STR_UNKNOWN_SENDER_FOR_CHAT 72 #define DC_STR_SUBJECT_FOR_NEW_CONTACT 73 -#define DC_STR_COUNT 73 #define FAILED_SENDING_TO 74 +#define DC_STR_COUNT 74 + /* * @} */