This commit is contained in:
twinaphex 2016-09-18 19:07:48 +02:00
parent 4a39d98bbd
commit bd1eebc579

View File

@ -50,7 +50,7 @@ struct sevenzip_context_t {
file_archive_file_handle_t *handle; file_archive_file_handle_t *handle;
}; };
static void* sevenzip_stream_new() static void* sevenzip_stream_new(void)
{ {
struct sevenzip_context_t *sevenzip_context = struct sevenzip_context_t *sevenzip_context =
(struct sevenzip_context_t*)calloc(1, sizeof(struct sevenzip_context_t)); (struct sevenzip_context_t*)calloc(1, sizeof(struct sevenzip_context_t));