YKCS11: makde DBG variadic in every case.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#define DBG(x...) D(x);
|
#define DBG(x...) D(x);
|
||||||
#else
|
#else
|
||||||
#define DBG(x)
|
#define DBG(x...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if YKCS11_DINOUT
|
#if YKCS11_DINOUT
|
||||||
|
|||||||
Reference in New Issue
Block a user