diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/aif2pcm/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aif2pcm/main.c b/tools/aif2pcm/main.c index b7058f0c8..6eb47ade1 100644 --- a/tools/aif2pcm/main.c +++ b/tools/aif2pcm/main.c @@ -833,7 +833,7 @@ int main(int argc, char **argv) } } - if (strcmp(extension, "aif") == 0) + if (strcmp(extension, "aif") == 0 || strcmp(extension, "aiff") == 0) { if (argc >= 3) { |