Oops #2, adapt DC_STR_COUNT in deltachat.h

This commit is contained in:
Hocuri
2020-06-11 13:40:37 +02:00
parent dd3f81a556
commit c60ec00aac

View File

@@ -4428,9 +4428,10 @@ void dc_event_unref(dc_event_t* event);
#define DC_STR_WELCOME_MESSAGE 71 #define DC_STR_WELCOME_MESSAGE 71
#define DC_STR_UNKNOWN_SENDER_FOR_CHAT 72 #define DC_STR_UNKNOWN_SENDER_FOR_CHAT 72
#define DC_STR_SUBJECT_FOR_NEW_CONTACT 73 #define DC_STR_SUBJECT_FOR_NEW_CONTACT 73
#define DC_STR_COUNT 73
#define FAILED_SENDING_TO 74 #define FAILED_SENDING_TO 74
#define DC_STR_COUNT 74
/* /*
* @} * @}
*/ */