| Index: crash_dumper.cc
|
| diff --git a/crash_dumper.cc b/crash_dumper.cc
|
| index 0e0d2c7abec59bf0352a94696887b62b389314a4..52d18d7425d1d538db30bd3b5f157c6e71f0eb67 100644
|
| --- a/crash_dumper.cc
|
| +++ b/crash_dumper.cc
|
| @@ -38,7 +38,7 @@ static google_breakpad::ExceptionHandler *s_breakpad_handler;
|
| static bool s_enabled = false;
|
|
|
| #define CHECK_CONDITION(_cond, _message) \
|
| - do { if (!(_cond)) { fputs(_message, stderr); abort(); } } while(false)
|
| + do { if (!(_cond)) { fputs(_message"\n", stderr); abort(); } } while(false)
|
|
|
| // This static object will cause anything that links in this object to get
|
| // crash handling for the duration of this file's scope.
|
|
|