aboutsummaryrefslogtreecommitdiffstats
path: root/g10/helptext.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/helptext.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/helptext.c b/g10/helptext.c
index bf818fa43..f1e01ca93 100644
--- a/g10/helptext.c
+++ b/g10/helptext.c
@@ -77,12 +77,10 @@ display_online_help( const char *keyword )
need_final_lf = 0;
xfree (result);
}
- else
+ else
{
tty_printf (_("No help available for `%s'"), keyword );
}
if (need_final_lf)
tty_printf("\n");
}
-
-