mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 13:45:28 +00:00
Extraneous newline in format string
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@161 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
3d55532df2
commit
980f6dc277
|
@ -354,7 +354,7 @@ static void PrintProcessStateMachineReadable(const ProcessState& process_state)
|
|||
StripSeparator(process_state.crash_reason()).c_str(),
|
||||
kOutputSeparator, process_state.crash_address(), kOutputSeparator);
|
||||
} else {
|
||||
printf("No crash%c%c\n", kOutputSeparator, kOutputSeparator);
|
||||
printf("No crash%c%c", kOutputSeparator, kOutputSeparator);
|
||||
}
|
||||
|
||||
if (requesting_thread != -1) {
|
||||
|
|
Loading…
Reference in a new issue