mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-02 04:34:47 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue