(svn r20846) -Fix: some whitespace.

This commit is contained in:
frosch
2010-09-25 19:13:25 +00:00
parent aeaa8b3f72
commit e0b3b1ffe7
3 changed files with 3 additions and 3 deletions

View File

@@ -437,7 +437,7 @@ char *CrashLogWindows::AppendDecodedStacktrace(char *buffer, const char *last) c
proc.pSymCleanup(hCur);
}
return buffer + seprintf(buffer, last, "\n*** End of additional info ***\n");
return buffer + seprintf(buffer, last, "\n*** End of additional info ***\n");
}
/* virtual */ int CrashLogWindows::WriteCrashDump(char *filename, const char *filename_last) const