mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-05-28 16:16:21 +00:00
log_win32: declare log_output_debug() static
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user