mirror of
https://github.com/sheumann/hush.git
synced 2025-01-04 22:34:37 +00:00
getopt: fix whitespace damage
This commit is contained in:
parent
cad36681d2
commit
f47ff100cc
@ -361,5 +361,5 @@ int getopt_main(int argc, char *argv[])
|
|||||||
argv[optind-1]=name;
|
argv[optind-1]=name;
|
||||||
else
|
else
|
||||||
argv[optind-1]=argv[0];
|
argv[optind-1]=argv[0];
|
||||||
return (generate_output(argv+optind-1,argc-optind+1,optstr,long_options));
|
return generate_output(argv+optind-1,argc-optind+1,optstr,long_options);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user