From eb25be25be884f5431752141fc71b365137303fe Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 8 Sep 2005 10:02:21 +0000 Subject: [PATCH] Add missing "\" This commit was SVN r7232. --- opal/util/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/util/trace.h b/opal/util/trace.h index b9b35c2d6b..20672157a5 100644 --- a/opal/util/trace.h +++ b/opal/util/trace.h @@ -32,7 +32,7 @@ extern "C" { #endif -#define OPAL_TRACE() +#define OPAL_TRACE() \ do { \ opal_output(opal_trace_handle, "TRACE: %s @ %s:%d", \ __func__, __FILE__, __LINE__); \