diff options
author | Chris Robinson <[email protected]> | 2017-08-20 18:39:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-20 18:39:26 -0700 |
commit | 079e4b1edb607b686d5f203fbf96ddd814e3fe89 (patch) | |
tree | 8f56d4902a65e1e55279b4c288162aa5415a13ee /utils | |
parent | 65bcbe0dc88c93c1cb23effc0502ee005358d8ee (diff) |
Fix -l switch
Diffstat (limited to 'utils')
-rw-r--r-- | utils/makehrtf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makehrtf.c b/utils/makehrtf.c index affb7972..a76aefe6 100644 --- a/utils/makehrtf.c +++ b/utils/makehrtf.c @@ -2971,7 +2971,7 @@ int main(int argc, char *argv[]) radius = DEFAULT_CUSTOM_RADIUS; experimental = 0; - while((opt=getopt(argc, argv, "mr:f:e:s:k:w:d:c:e:i:o:xh")) != -1) + while((opt=getopt(argc, argv, "mr:f:e:s:l:w:d:c:e:i:o:xh")) != -1) { switch(opt) { |