summaryrefslogtreecommitdiffstats
path: root/bind.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-12 01:09:37 +0000
committerRoy Marples <roy@marples.name>2009-02-12 01:09:37 +0000
commit40dbcc878593552d31ecc4a1fcdf2f4672fd736b (patch)
tree0008e276f64b331fca207e93602578b1e3455169 /bind.h
parenteab2229cfa459ccbf8178ad4cdba68fbb7ebaf46 (diff)
downloaddhcpcd-40dbcc878593552d31ecc4a1fcdf2f4672fd736b.tar.xz
More style updates.
Diffstat (limited to 'bind.h')
-rw-r--r--bind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.h b/bind.h
index a8d6e3a8..8ce10751 100644
--- a/bind.h
+++ b/bind.h
@@ -30,7 +30,7 @@
#include "config.h"
#ifdef THERE_IS_NO_FORK
-#define daemonise() {}
+# define daemonise() {}
#else
pid_t daemonise(void);
#endif