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:
Dmitriy Linikov 2017-11-01 13:04:49 +00:00 committed by Gregory Nutt
commit 9170155838

View File

@ -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;