Commit 7a5c7389 authored by Michael Niedermayer's avatar Michael Niedermayer

tests/audiomatch: Add missing return code at the end of main()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 65da5c56)
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent bdba0f67
...@@ -107,4 +107,6 @@ int main(int argc, char **argv){ ...@@ -107,4 +107,6 @@ int main(int argc, char **argv){
} }
} }
printf("presig: %d postsig:%d c:%7.4f lenerr:%d\n", bestpos, datlen - siglen - bestpos, bestc / sigamp, datlen - siglen); printf("presig: %d postsig:%d c:%7.4f lenerr:%d\n", bestpos, datlen - siglen - bestpos, bestc / sigamp, datlen - siglen);
return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment