summaryrefslogtreecommitdiff
path: root/src/start-stop-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r--src/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c
index 31752fb..26ad8bd 100644
--- a/src/start-stop-daemon.c
+++ b/src/start-stop-daemon.c
@@ -67,7 +67,7 @@
#include <security/pam_appl.h>
/* We are not supporting authentication conversations */
-static struct pam_conv conv = { NULL, NULL} ;
+static struct pam_conv conv = { NULL, NULL};
#endif
#include "builtins.h"