Cosmetic change to debug output

This commit is contained in:
Gregory Nutt 2014-12-07 07:19:20 -06:00
parent 1cfabb1dcf
commit 771bbc1be8

View File

@ -119,7 +119,7 @@ static inline int binfmt_copyargv(FAR struct binary_s *bin, FAR char * const *ar
}
}
bvdbg("args=%d argsize=%lu\n", i, (unsigned long)argsize);
bvdbg("args=%d argsize=%lu\n", nargs, (unsigned long)argsize);
/* Allocate the argv array and an argument buffer */