Skip to content

Commit

Permalink
tests/audiomatch: Add missing return code at the end of main()
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Loading branch information
michaelni committed Dec 19, 2017
1 parent e72b854 commit 65da5c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/audiomatch.c
Expand Up @@ -109,4 +109,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);

return 0;
}

0 comments on commit 65da5c5

Please sign in to comment.