hdparm: shrink rodata by ~250 bytes
This commit is contained in:
parent
6a2f7f41cf
commit
a0319ba936
3 changed files with 27 additions and 56 deletions
|
@ -91,7 +91,7 @@ int dos2unix_main(int argc, char **argv)
|
|||
}
|
||||
|
||||
/* -u convert to unix, -d convert to dos */
|
||||
opt_complementary = "u--d:d--u"; /* mutally exclusive */
|
||||
opt_complementary = "u--d:d--u"; /* mutually exclusive */
|
||||
o = getopt32(argc, argv, "du");
|
||||
|
||||
/* Do the conversion requested by an argument else do the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue