From: José Fonseca Date: Thu, 3 Nov 2011 14:24:01 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bb8bb9f7fc87448bd146cd47acf3bcc099daaf25;p=apitrace Fix typo. --- 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();