Fixed style error

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@419 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
jschuh@chromium.org 2009-10-19 18:53:26 +00:00
parent 5f4fa55598
commit 96c69639ee

View File

@ -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();
}
}