mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Remove superflous empty lines.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4432 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
80976505f0
commit
295e5980d3
@ -651,13 +651,11 @@ static void sig_complete_word(GList **list, WINDOW_REC *window,
|
||||
g_free(cmd);
|
||||
cmd = g_strconcat(line, " ", word, NULL);
|
||||
*list = g_list_concat(completion_get_subcommands(cmd), *list);
|
||||
|
||||
}
|
||||
|
||||
if (*list != NULL) signal_stop();
|
||||
g_free(signal);
|
||||
g_free(cmd);
|
||||
|
||||
g_free(line);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user