]> git.notmuchmail.org Git - notmuch/commit
cli: reach previously unreachable cleanup code in "notmuch show"
authorJani Nikula <jani@nikula.org>
Mon, 6 Feb 2012 19:57:23 +0000 (21:57 +0200)
committerDavid Bremner <bremner@debian.org>
Sun, 12 Feb 2012 16:58:20 +0000 (11:58 -0500)
commit2c8959dad8863d185b237ed3e1f947fc46b32c98
tree1fb4e980a19c34d93f9ff7a11573b90a6bec2f11
parent2d09775baf1591e51ef7a8911655f2a5e9651c47
cli: reach previously unreachable cleanup code in "notmuch show"

The last lines of notmuch_show_command() function were
unreachable. Fix it by using a variable for return value.

Signed-off-by: Jani Nikula <jani@nikula.org>
notmuch-show.c