summaryrefslogtreecommitdiff
path: root/common/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/hooks.c')
-rw-r--r--common/hooks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/hooks.c b/common/hooks.c
index b6eb019b7c..6a655b7d3c 100644
--- a/common/hooks.c
+++ b/common/hooks.c
@@ -275,6 +275,5 @@ static int command_stats(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(hookstats, command_stats,
NULL,
- "Print stats of hooks",
- NULL);
+ "Print stats of hooks");
#endif