commit | 05b9b39fb8fd7d8c39f5d4777e34d2b13e91fe8d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 07 18:56:49 2023 +0000 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 07 18:58:30 2023 +0000 |
tree | 0a2dee18d0e70a5a062c53fa5469651a05cdc1a7 | |
parent | 6c1db3ad937559cdbbd4a2c0fb2c3013d64ad44f [diff] |
Remove stray newline from err() calls. err() does this itself, and includes strerror() too. Also fix some err() calls that should have been errx(). (I'll remember this patch next time I'm arguing that error() from <error.h> is much less error-prone than remembering which of err() or errx() is wanted from <err.h> :-) ) Test: treehugger Change-Id: I5bf6643a373ef69b69ffb03aa11876bfc497280c