diff options
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r-- | src/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 31752fb5..26ad8bd6 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" |