Skip to content
Commit 27987b86 authored by Alexander Dahl's avatar Alexander Dahl Committed by Heinrich Schuchardt
Browse files

doc: develop: commands: Fix function prototype



When using the previous prototype you got a compiler warning like this:

    warning: initialization of 'int (*)(struct cmd_tbl *, int,  int,  char * const*)' from incompatible pointer type 'int (*)(struct cmd_tbl *, int,  int,  const char **)' [-Wincompatible-pointer-types]

Fixes: 3d9640f5 ("doc: expand README.commands")
Signed-off-by: default avatarAlexander Dahl <ada@thorsis.com>
parent 1431ab8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment