Skip to content
Snippets Groups Projects
Commit ae00538f authored by Anjan Chanda's avatar Anjan Chanda
Browse files

cppcheck: fix warns

parent ae48f47b
No related branches found
No related tags found
3 merge requests!295wifi_opclass: add wifi_radio_opclass_update_channel,!294Revert "fix typo query_channel_pref enum",!293Draft: Janusz cntlr apis
Pipeline #131627 failed
......@@ -80,7 +80,7 @@ int COMMAND(help)(void *priv, void *args, void *out)
aa = blobmsg_open_array(bb, "commands");
controller_for_each_command(cmd) {
void *a, *t, *tt;
void *tt;
tt = blobmsg_open_table(bb, "");
blobmsg_add_string(bb, "command", cmd->command);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment