structures.h: fixed foolish bug in structures defenition, leading to SIGSEGV
This commit is contained in:
parent
31e7f3a92f
commit
adedad0d61
@ -297,8 +297,10 @@ struct message_media {
|
||||
struct encr_audio encr_audio;
|
||||
struct encr_document encr_document;
|
||||
struct encr_file encr_file;
|
||||
void *data;
|
||||
int data_size;
|
||||
struct {
|
||||
void *data;
|
||||
int data_size;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user