From 18d817ab6dfe3cc0e315758afcdb9b7cb0bbfba3 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 22 Dec 2000 20:28:19 +0000 Subject: [PATCH] Remove redundant ';' at the end of line. --- include/debugtools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/debugtools.h b/include/debugtools.h index d09d0eb334..ab286aa86e 100644 --- a/include/debugtools.h +++ b/include/debugtools.h @@ -46,7 +46,7 @@ enum __DEBUG_CLASS { __DBCL_FIXME, __DBCL_ERR, __DBCL_WARN, __DBCL_TRACE, __DBCL #define __WINE_DBG_LOG(args...) \ wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0) -#define __PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args))); +#define __PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args))) #else /* __GNUC__ */ -- 2.32.0.93.g670b81a890