Fix indentation.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4737 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-09 11:13:09 +00:00 committed by exg
commit 496d82ac48
2 changed files with 3 additions and 3 deletions

View file

@ -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);