1
0
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:
Markus F.X.J. Oberhumer 2010-12-24 10:38:30 +01:00
parent 6c8d5c0d0e
commit b926fb3c66

View File

@ -45,7 +45,7 @@ static bool update_capacity(unsigned size, unsigned *capacity)
return true; 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]; char buf[1024];
va_list ap; va_list ap;