Remove stray semicolon.

Change-Id: Ic50a84888a7e0c059b4c06716e20e5f120b9b343
This commit is contained in:
Elliott Hughes 2024-05-17 11:31:36 +00:00
parent 4c3ebe4723
commit aed74bad41

View file

@ -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 "