Fix OWSCFail() macro.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 4eacfe768f
commit 30961cf2a5

@ -40,7 +40,6 @@
#define OWSCFail(message, ...) \
{ \
if (!(X)) { \
NSString *formattedMessage = [NSString stringWithFormat:message, ##__VA_ARGS__]; \
DDLogError(@"%s %@", __PRETTY_FUNCTION__, formattedMessage); \
[DDLog flushLog]; \

Loading…
Cancel
Save