Skip to content

Commit

Permalink
return false, because NO is obj-c
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCrocker committed Sep 4, 2015
1 parent 85ccc61 commit 9d611e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TBOOMDetector/TBDebuggerUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ bool isApplicationAttachedToDebugger() {
return false;
}
#else
return NO;
return false;
#endif
}

0 comments on commit 9d611e8

Please sign in to comment.