mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fix __cdecl syntax error.
This commit is contained in:
parent
6c8d5c0d0e
commit
b926fb3c66
|
@ -45,7 +45,7 @@ static bool update_capacity(unsigned size, unsigned *capacity)
|
|||
return true;
|
||||
}
|
||||
|
||||
static __acc_cdecl_va void internal_error(const char *format, ...)
|
||||
static void __acc_cdecl_va internal_error(const char *format, ...)
|
||||
{
|
||||
char buf[1024];
|
||||
va_list ap;
|
||||
|
|
Loading…
Reference in New Issue
Block a user