diff options
Diffstat (limited to 'source4/lib/util/debug.h')
-rw-r--r-- | source4/lib/util/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/debug.h b/source4/lib/util/debug.h index 25b28b65e9..1895ed53ad 100644 --- a/source4/lib/util/debug.h +++ b/source4/lib/util/debug.h @@ -121,4 +121,4 @@ _PUBLIC_ void register_debug_handlers(const char *name, struct debug_ops *ops); @note You should never have to call this function directly. Call the DEBUG() macro instead. */ -_PUBLIC_ void do_debug(const char *format, ...) _PRINTF_ATTRIBUTE(1,2); +_PUBLIC_ void do_debug(const char *format, ...) PRINTF_ATTRIBUTE(1,2); |