mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-16 13:35:42 -04:00
Fix wrong printflike for FormattedError in Cheevos.
This commit is contained in:
parent
e4735bcf7a
commit
b8e85798a6
@ -85,7 +85,7 @@ static ALWAYS_INLINE CommonHostInterface* GetHostInterface()
|
||||
return static_cast<CommonHostInterface*>(g_host_interface);
|
||||
}
|
||||
|
||||
static void FormattedError(const char* format, ...) printflike(2, 3);
|
||||
static void FormattedError(const char* format, ...) printflike(1, 2);
|
||||
static void FormattedError(const char* format, ...)
|
||||
{
|
||||
std::va_list ap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user