From 7e26aa368de83d5c226b60605d1faf847d3ffb38 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 9 Mar 2013 00:47:21 +0100 Subject: [PATCH] log_win32: declare log_output_debug() static --- libnfc/log_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/log_win32.c b/libnfc/log_win32.c index 81196a7..d4fba60 100644 --- a/libnfc/log_win32.c +++ b/libnfc/log_win32.c @@ -26,7 +26,7 @@ #include #include -void +static void log_output_debug(const char *format, va_list args) { char buffer[1024];