mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Cosmetic change to debug output
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user