log_win32: declare log_output_debug() static
This commit is contained in:
parent
f19d233fad
commit
7e26aa368d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue