mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 15:05:45 +01:00
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
@ -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 New Issue
Block a user