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