summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.c b/src/daemon.c
index e865ecf..41b821a 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -48,7 +48,7 @@ void makedaemon (void)
umask (0177);
-#if NDEBUG
+#ifdef NDEBUG
/*
* When not in debugging mode, close the standard file
* descriptors.