X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Futil.h;h=1613e351d077788c73ba86088119f449ebe3f209;hb=670a0ed6a1f36bebf71f0b221f3d78e497d305c2;hp=0a2478a58ad4be20091ec83cec2d5dfdebc67e42;hpb=c6a1140e085f633273fcf47a6462bd9382ce118a;p=wimlib diff --git a/src/util.h b/src/util.h index 0a2478a5..1613e351 100644 --- a/src/util.h +++ b/src/util.h @@ -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__)