adium 3064:32fd9c61aa4b: Fix the build by balancing parentheses.
commits at adium.im
commits at adium.im
Thu Dec 24 02:01:30 UTC 2009
details: http://hg.adium.im/adium/rev/32fd9c61aa4b
revision: 3064:32fd9c61aa4b
author: Stephen Holt <sholt at adium.im>
date: Wed Dec 23 21:01:25 2009 -0500
Fix the build by balancing parentheses.
diffs (12 lines):
diff -r 3efcc26ae847 -r 32fd9c61aa4b Frameworks/AIUtilities Framework/Source/AIFunctions.m
--- a/Frameworks/AIUtilities Framework/Source/AIFunctions.m Wed Dec 23 20:49:30 2009 -0500
+++ b/Frameworks/AIUtilities Framework/Source/AIFunctions.m Wed Dec 23 21:01:25 2009 -0500
@@ -80,7 +80,7 @@
#ifdef __LP64__
#define AIfabs( X ) fabs((X))
#else
- #define AIfabs( X ) fabsf(X))
+ #define AIfabs( X ) fabsf((X))
#endif
return AIfabs(AICoordinateForRect_edge_(rect1, edge1) - AICoordinateForRect_edge_(rect2, edge2)) < tolerance;
}
More information about the commits
mailing list