]> git.cworth.org Git - notmuch/commit
notmuch.c: add missing trailing newlines in two error messages
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 31 Jul 2022 17:32:11 +0000 (20:32 +0300)
committerDavid Bremner <david@tethera.net>
Mon, 1 Aug 2022 00:03:59 +0000 (21:03 -0300)
commit54190d091cbceb345c489bd3f20fdca7e4b9a111
treece3a07cd48229ffc1681235ed6b518522fda24e4
parentf4ebb6037529569875029f411fd062d79641ce14
notmuch.c: add missing trailing newlines in two error messages

Removed duplicate error check (and the message) in 3rd case where
the same error message (w/o trailing newline) was present.

In case of test/T040-setup.sh, command substitution deletes
trailing newlines, so related test there cannot be changed
(and therefore could not notice this user experience flaw).
notmuch.c