Commit 59da63f5 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Stylistic tweak.

parent e018c3b8
......@@ -69,7 +69,7 @@ int daemonise(void);
do { \
if(debug >= 3) do_debugf(3, __VA_ARGS__); \
} while(0)
#elif defined(__GNUC__)
#elif defined __GNUC__
#define debugf(_args...) \
do { \
if(debug >= 2) do_debugf(2, _args); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment