mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
Stupid typo
This commit is contained in:
parent
4dc1d25a30
commit
7c59a83a77
@ -1160,7 +1160,7 @@ extern int sed_main(int argc, char **argv)
|
|||||||
else {
|
else {
|
||||||
char *str_cmd = strdup(argv[optind]);
|
char *str_cmd = strdup(argv[optind]);
|
||||||
|
|
||||||
add_cmd_str(strd_cmd);
|
add_cmd_str(str_cmd);
|
||||||
free(str_cmd);
|
free(str_cmd);
|
||||||
optind++;
|
optind++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user