| commit | 18d817ab6dfe3cc0e315758afcdb9b7cb0bbfba3 | [log] [tgz] |
|---|---|---|
| author | Dmitry Timoshkov <dmitry@codeweavers.com> | Fri Dec 22 20:28:19 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 22 20:28:19 2000 +0000 |
| tree | 031b7fbf363628cb503e42c3986027de072f7fa4 | |
| parent | 366c0a16a56a371c68f5941140592b4561792285 [diff] |
Remove redundant ';' at the end of line.
diff --git a/include/debugtools.h b/include/debugtools.h index d09d0eb..ab286aa 100644 --- a/include/debugtools.h +++ b/include/debugtools.h
@@ -46,7 +46,7 @@ #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__ */