diff options
author | Marius Halden <marius.h@lden.org> | 2015-11-06 21:00:20 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2015-11-06 21:00:20 +0100 |
commit | 0b68a404a515b2f992bb44f76062335551671298 (patch) | |
tree | a111d7530ab368c2d1f3e48edaea03276a084adf | |
parent | 61a5706580fb72ff770b56a8b73b5f2dc749021a (diff) |
Remove whitespace
-rw-r--r-- | irc_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_channel.c b/irc_channel.c index 72757a56..fb8837ce 100644 --- a/irc_channel.c +++ b/irc_channel.c @@ -880,7 +880,7 @@ fail: g_free(accl); accl = tmp; } - + g_strfreev(accounts); return SET_INVALID; |