]> wimlib.net Git - wimlib/blobdiff - src/util.h
Multithreaded compression (IN PROGRESS)
[wimlib] / src / util.h
index 0a2478a58ad4be20091ec83cec2d5dfdebc67e42..1613e351d077788c73ba86088119f449ebe3f209 100644 (file)
@@ -172,7 +172,7 @@ extern void
 wimlib_debug(const tchar *file, int line, const char *func,
             const tchar *format, ...);
 #  define DEBUG(format, ...) \
-               wimlib_debug(T(__FILE__), __LINE__, __func__, T(format), ## __VA_ARGS__);
+               wimlib_debug(T(__FILE__), __LINE__, __func__, T(format), ## __VA_ARGS__)
 
 #else
 #  define DEBUG(format, ...) dummy_tprintf(T(format), ## __VA_ARGS__)