Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9c16a08 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove stray semicolon." into main

parents 086371cb aed74bad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "