Chromium Code Reviews| Index: crypto/rsa_private_key_win.cc |
| diff --git a/crypto/rsa_private_key_win.cc b/crypto/rsa_private_key_win.cc |
| index d87c1ec058a79f849b22bc33482842c85d67d2ca..5a23a796c241a27b8db14eba97a836058d3edc7f 100644 |
| --- a/crypto/rsa_private_key_win.cc |
| +++ b/crypto/rsa_private_key_win.cc |
| @@ -17,7 +17,7 @@ namespace { |
| #define READ_ASSERT(truth) \ |
| if (!(truth)) { \ |
| NOTREACHED(); \ |
| - return false; \ |
| + return NULL; \ |
|
Ryan Sleevi
2012/05/02 18:11:30
Given there is only one instance of this macro, ca
Nico
2012/05/02 18:14:20
Done.
|
| } |
| } // namespace |