Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidar committed Jun 3, 2024
1 parent 73590a9 commit 83e624a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/toybox/scripts/config2help.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ int main(int argc, char *argv[])
// entry until we run out of matching pairs.
for (;;) {
struct symbol *throw = 0, *catch;
char *this, *that, *cusage, *tusage, *name = 0;
char *this = 0, *that, *cusage, *tusage, *name = 0;
int len;

// find a usage: name and collate all enabled entries with that name
Expand Down

0 comments on commit 83e624a

Please sign in to comment.