Skip to content

Commit

Permalink
fix a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Machx committed Jan 15, 2012
1 parent 1a34170 commit f2dbdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CWAssertionMacros.h
Expand Up @@ -38,7 +38,7 @@ do { \
id object2 = o2; \
if([object1 isEqualTo:object2] || \
(object1 == object2)) { \
STFail(description, #__VA_ARGS__); \
STFail(description, ##__VA_ARGS__); \
} \
}while(0)

Expand Down

0 comments on commit f2dbdf2

Please sign in to comment.