From baad4e1844db6ad2feb59f775eec35067bc19868 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Tue, 22 Feb 2011 11:45:43 +0000 Subject: [PATCH] fix a non if-controlled brace. This commit was SVN r24428. --- opal/util/output.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opal/util/output.c b/opal/util/output.c index fbf498c7b1..58fddc3b04 100644 --- a/opal/util/output.c +++ b/opal/util/output.c @@ -626,7 +626,10 @@ static int do_open(int output_id, opal_output_stream_t * lds) syslog_opened = true; info[i].ldi_syslog_priority = lds->lds_syslog_priority; } + +#if defined(HAVE_SYSLOG) } +#endif #else info[i].ldi_syslog = false;