summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hci/commands/image_cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hci/commands/image_cmd.c b/src/hci/commands/image_cmd.c
index 2d35ebcb2..97d41bdfb 100644
--- a/src/hci/commands/image_cmd.c
+++ b/src/hci/commands/image_cmd.c
@@ -45,7 +45,8 @@
* @v nargs Argument count
* @v args Argument list
*/
-void imgfill_cmdline ( struct image *image, unsigned int nargs, char **args ) {
+static void imgfill_cmdline ( struct image *image, unsigned int nargs,
+ char **args ) {
size_t used = 0;
image->cmdline[0] = '\0';