fix: macro missing args

This commit is contained in:
2026-06-18 02:27:31 -03:00
parent af316c3d61
commit f585fa48ad
+1 -1
View File
@@ -24,7 +24,7 @@
#ifdef TINYMITM_LOGS
#define TINYMITM_WRITELOG(type, ...) _log->type(__VA_ARGS__)
#else
#define TINYMITM_WRITELOG()
#define TINYMITM_WRITELOG(...)
#endif
/*