Merge "Remove stray semicolon." into main

This commit is contained in:
Treehugger Robot 2024-05-17 16:49:29 +00:00 committed by Gerrit Code Review
commit b9c16a0829

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 "