fix: macro missing args
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#ifdef TINYMITM_LOGS
|
#ifdef TINYMITM_LOGS
|
||||||
#define TINYMITM_WRITELOG(type, ...) _log->type(__VA_ARGS__)
|
#define TINYMITM_WRITELOG(type, ...) _log->type(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define TINYMITM_WRITELOG()
|
#define TINYMITM_WRITELOG(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user