Skip to content

Commit

Permalink
Remove excess newline from an error message.
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/661183003

Cr-Commit-Position: refs/heads/master@{#300259}
  • Loading branch information
simonb authored and Commit bot committed Oct 20, 2014
1 parent 3938cc4 commit b50e5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions third_party/android_crazy_linker/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ Local Modifications:
- Fix typo in LOG() call, added in arm64 packed relative relocations change.

- Add an error message for failures where no shared RELRO pages are swapped.

- Remove excess newline from the message added above.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ bool SharedRelro::InitFrom(size_t relro_start,
(size - similar_size) / 4096);

if (similar_size == 0) {
error->Format("No pages were swapped into RELRO ashmem\n");
error->Format("No pages were swapped into RELRO ashmem");
return false;
}

Expand Down

0 comments on commit b50e5e5

Please sign in to comment.