Skip to content
Snippets Groups Projects
Commit 7177df90 authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files

fft-test: Remove possibility of returning restricted exit code

parent 5331d2b9
No related branches found
No related tags found
No related merge requests found
...@@ -489,5 +489,8 @@ int main(int argc, char **argv) ...@@ -489,5 +489,8 @@ int main(int argc, char **argv)
av_free(tab_ref); av_free(tab_ref);
av_free(exptab); av_free(exptab);
return err; if (err)
printf("Error: %d.\n", err);
return !!err;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment