summaryrefslogtreecommitdiff
path: root/common/shmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/shmalloc.c')
-rw-r--r--common/shmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/shmalloc.c b/common/shmalloc.c
index 251948f1dd..a977d522de 100644
--- a/common/shmalloc.c
+++ b/common/shmalloc.c
@@ -349,7 +349,7 @@ void shared_mem_release(void *ptr)
#ifdef CONFIG_CMD_SHMEM
-static int command_shmem(int argc, char **argv)
+static int command_shmem(int argc, const char **argv)
{
size_t allocated_size;
size_t free_size;