summaryrefslogtreecommitdiff
path: root/common/shared_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/shared_mem.c')
-rw-r--r--common/shared_mem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/shared_mem.c b/common/shared_mem.c
index 4060b68a58..adcc577696 100644
--- a/common/shared_mem.c
+++ b/common/shared_mem.c
@@ -62,6 +62,5 @@ static int command_shmem(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(shmem, command_shmem,
NULL,
- "Print shared memory stats",
- NULL);
+ "Print shared memory stats");
#endif