Stupid typo

This commit is contained in:
Glenn L McGrath 2003-09-14 02:37:46 +00:00
parent 4dc1d25a30
commit 7c59a83a77

View File

@ -1160,7 +1160,7 @@ extern int sed_main(int argc, char **argv)
else {
char *str_cmd = strdup(argv[optind]);
add_cmd_str(strd_cmd);
add_cmd_str(str_cmd);
free(str_cmd);
optind++;
}