From bb8bb9f7fc87448bd146cd47acf3bcc099daaf25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 3 Nov 2011 14:24:01 +0000 Subject: [PATCH] Fix typo. --- common/trace_tools_trace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/trace_tools_trace.cpp b/common/trace_tools_trace.cpp index f97776e..4ba38e0 100644 --- a/common/trace_tools_trace.cpp +++ b/common/trace_tools_trace.cpp @@ -106,7 +106,7 @@ traceProgram(char * const *argv, #else -#if defined(__APPLE) +#if defined(__APPLE__) /* On Mac OS X, using DYLD_LIBRARY_PATH, we actually set the * directory, not the file. */ wrapper.trimFilename(); -- 2.43.0