Fixed style error
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@419 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
5f4fa55598
commit
96c69639ee
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ ProcessResult MinidumpProcessor::Process(
|
|||
// would not result in the expected stack trace from the time of the
|
||||
// crash. If the exception context is invalid, however, we fall back
|
||||
// on the thread context.
|
||||
MinidumpContext * ctx = exception->GetContext();
|
||||
MinidumpContext *ctx = exception->GetContext();
|
||||
context = ctx ? ctx : thread->GetContext();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue