diff options
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) { |