Skip to content

Commit

Permalink
fix yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radix42 committed Feb 10, 2017
1 parent b04c6a2 commit 4015f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/assert_except.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <exception>

inline void assert_except (bool condition) {
If (! condition) {
if (! condition) {
throw std :: runtime_error ("Assertion failed.");
}
}
Expand Down

0 comments on commit 4015f55

Please sign in to comment.