From: Jani Nikula Date: Mon, 6 Feb 2012 19:57:23 +0000 (+0200) Subject: cli: reach previously unreachable cleanup code in "notmuch show" X-Git-Tag: debian/0.12_rc1-1~92 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2c8959dad8863d185b237ed3e1f947fc46b32c98;hp=2c8959dad8863d185b237ed3e1f947fc46b32c98 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 ---