about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 8a44e83f..33ae1a76 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1953,7 +1953,7 @@ static struct cmd_t command_defs[] =
             { "clear",      cmd_account_clear })
         CMD_MAINFUNC(cmd_account)
         CMD_TAGS(
-            CMD_TAG_CONNECTION
+            CMD_TAG_CONNECTION,
             CMD_TAG_PRESENCE,
             CMD_TAG_CHAT,
             CMD_TAG_GROUPCHAT)