mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Minor changes.
This commit is contained in:
parent
16703e2427
commit
7280eba09e
@ -28,7 +28,7 @@ FormatOptions* format_options_new(int type, int size)
|
|||||||
{
|
{
|
||||||
FormatOptions* format_options;
|
FormatOptions* format_options;
|
||||||
|
|
||||||
assert(size >= sizeof(FormatOptions));
|
assert(size >= (int)sizeof(FormatOptions));
|
||||||
|
|
||||||
format_options = (FormatOptions*)jmalloc0(size);
|
format_options = (FormatOptions*)jmalloc0(size);
|
||||||
if (format_options == NULL)
|
if (format_options == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user