diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 33f86d76b..2f746b9e2 100644 --- a/src/commands.h +++ b/src/commands.h @@ -115,7 +115,8 @@ namespace Commands void replaceVars(std::string &str); } -static const CommandInfo commands[] = { +static const CommandInfo commands[] = +{ {"closeall", &Commands::closeAll}, {"ignoreall", &Commands::ignoreAll}, {"help", &Commands::help}, |