log_win32: declare log_output_debug() static
This commit is contained in:
parent
f19d233fad
commit
7e26aa368d
@ -26,7 +26,7 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
|
|
||||||
void
|
static void
|
||||||
log_output_debug(const char *format, va_list args)
|
log_output_debug(const char *format, va_list args)
|
||||||
{
|
{
|
||||||
char buffer[1024];
|
char buffer[1024];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user