mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Nit
This commit is contained in:
parent
4a39d98bbd
commit
bd1eebc579
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user