mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 09:04:02 +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;
|
||||
|
||||
assert(size >= sizeof(FormatOptions));
|
||||
assert(size >= (int)sizeof(FormatOptions));
|
||||
|
||||
format_options = (FormatOptions*)jmalloc0(size);
|
||||
if (format_options == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user