aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index d99183a9..090be692 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1142,20 +1142,20 @@ open_strecho (int daemon_mode)
} else {
#if 0
mf_strecho = mu_strout;
mu_stream_ref(mf_strecho);
rc = 0;
#else
- rc = mu_stdio_stream_create (&mf_strecho, MU_STDERR_FD, 0);
+ rc = mu_stdio_stream_create(&mf_strecho, MU_STDERR_FD, 0);
#endif
}
if (rc) {
- mu_diag_output (MU_LOG_CRIT,
- _("cannot create echo output stream: %s"),
- mu_strerror (rc));
- exit (EX_UNAVAILABLE);
+ mu_diag_output(MU_LOG_CRIT,
+ _("cannot create echo output stream: %s"),
+ mu_strerror(rc));
+ exit(EX_UNAVAILABLE);
}
}
extern char **environ;

Return to:

Send suggestions and report system problems to the System administrator.