Commit adedad0d authored by vysheng's avatar vysheng

structures.h: fixed foolish bug in structures defenition, leading to SIGSEGV

parent 31e7f3a9
......@@ -297,9 +297,11 @@ struct message_media {
struct encr_audio encr_audio;
struct encr_document encr_document;
struct encr_file encr_file;
struct {
void *data;
int data_size;
};
};
};
struct message {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment