Merged in hardlulz/modem-3.0-nuttx-apps/fix-misprint-in-cmd_wget (pull request #114)
Fixed misprint in cmd_wget Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
commit
9170155838
@ -1206,7 +1206,7 @@ int cmd_wget(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
FAR char *localfile = NULL;
|
||||
FAR char *allocfile = NULL;
|
||||
FAR char *buffer = NULL;
|
||||
FAR har *fullpath = NULL;
|
||||
FAR char *fullpath = NULL;
|
||||
FAR char *url;
|
||||
FAR const char *fmt;
|
||||
bool badarg = false;
|
||||
|
Loading…
Reference in New Issue
Block a user