From 7b5cf67e3261d7276a6a2545f60fe3bff0f1171f Mon Sep 17 00:00:00 2001 From: solomon Date: Wed, 26 Feb 2003 00:17:33 +0000 Subject: [PATCH] fix non-debug builds. --- src/include/wlan/wlan_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/wlan/wlan_compat.h b/src/include/wlan/wlan_compat.h index 380fa85..66a1b17 100644 --- a/src/include/wlan/wlan_compat.h +++ b/src/include/wlan/wlan_compat.h @@ -306,7 +306,7 @@ typedef signed long long INT64; #define DBFEXIT #define WLAN_LOG_DEBUG0(l, s) - #define WLAN_LOG_DEBUG(l, s,n) + #define WLAN_LOG_DEBUG(l, s, args...) #endif #ifdef CONFIG_MODVERSIONS