mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
This commit is contained in:
@@ -412,7 +412,7 @@ static int wget_base(FAR const char *url, FAR char *buffer, int buflen,
|
||||
char *dest,post_size[8];
|
||||
int sockfd;
|
||||
int len,post_len;
|
||||
int ret = OK;
|
||||
int ret;
|
||||
|
||||
/* Initialize the state structure */
|
||||
|
||||
|
Reference in New Issue
Block a user