daemon.c: fix #if NDEBUG --> #ifdef NDEBUG

Thanks to Mathew Mrosko for pointing that out.
This commit is contained in:
Michael Adam 2009-11-10 17:39:20 +01:00
parent c3f29ce4ac
commit feea6db815

View File

@ -48,7 +48,7 @@ void makedaemon (void)
umask (0177);
#if NDEBUG
#ifdef NDEBUG
/*
* When not in debugging mode, close the standard file
* descriptors.