diff options
author | James Booth <boothj5@gmail.com> | 2013-08-26 17:53:25 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-26 17:53:25 +0100 |
commit | b6f1afcf224ba33a78fbfbc22e90fc9b043fdadb (patch) | |
tree | b221b2c926aefeed88cc37e73d5b5bddf31aaaf3 | |
parent | 48572bdbcf455233392c9bf8bab5518ac0c68c5f (diff) | |
download | profani-tty-b6f1afcf224ba33a78fbfbc22e90fc9b043fdadb.tar.gz |
Removed whitespace in command.c
-rw-r--r-- | src/command/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 56b4f8a7..ad9b28b2 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -3100,7 +3100,6 @@ _cmd_close(gchar **args, struct cmd_help_t help) return TRUE; } - // handle leaving rooms, or chat if (conn_status == JABBER_CONNECTED) { ui_close_connected_win(index); |