]> git.cworth.org Git - notmuch/commitdiff
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)
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).


No differences found