Remove stray semicolon.
Change-Id: Ic50a84888a7e0c059b4c06716e20e5f120b9b343
This commit is contained in:
parent
4c3ebe4723
commit
aed74bad41
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo,
|
|||
default:
|
||||
LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
if (rc < expected_size) {
|
||||
LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected "
|
||||
|
|
Loading…
Reference in a new issue