mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
log_win32: declare log_output_debug() static
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
void
|
||||
static void
|
||||
log_output_debug(const char *format, va_list args)
|
||||
{
|
||||
char buffer[1024];
|
||||
|
||||
Reference in New Issue
Block a user