Skip to content
Commit 48f31ee7 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Tom Rini
Browse files

cmd/command.c: constify "arg" argument of cmd_get_data_size()



This function obviously does not and must not modify "arg". Change the
prototype to allow passing an argument of type "const char*" without
requiring a cast.

Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
parent 88a5b320
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