summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/fe-help.c')
-rw-r--r--src/fe-common/core/fe-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-help.c b/src/fe-common/core/fe-help.c
index 178a9d3f..c2b1f596 100644
--- a/src/fe-common/core/fe-help.c
+++ b/src/fe-common/core/fe-help.c
@@ -148,7 +148,7 @@ static int show_help_file(const char *file)
buf->str[tpos] = '\0';
g_string_prepend(buf, "%|");
printtext_string(NULL, NULL, MSGLEVEL_CLIENTCRAP, buf->str);
- }
+ }
g_string_free(buf, TRUE);
g_io_channel_close(handle);