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

Commit aed74bad authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove stray semicolon.

Change-Id: Ic50a84888a7e0c059b4c06716e20e5f120b9b343
parent 4c3ebe47
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -319,7 +319,7 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo,
    default:
    default:
      LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version;
      LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version;
      break;
      break;
  };
  }


  if (rc < expected_size) {
  if (rc < expected_size) {
    LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected "
    LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected "