]> git.cworth.org Git - apitrace/commitdiff
Fix typo.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 3 Nov 2011 14:24:01 +0000 (14:24 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 3 Nov 2011 14:24:01 +0000 (14:24 +0000)
common/trace_tools_trace.cpp

index f97776ed93961fbbbc444f551bb55a9d1f0b5912..4ba38e0704f1df235afc1a64f96f279ddc769c9e 100644 (file)
@@ -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();