mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
add missing return EXIT_SUCCESS;
This commit is contained in:
parent
cc3577fef9
commit
3f6e226aa6
1 changed files with 2 additions and 0 deletions
|
@ -147,4 +147,6 @@ int main()
|
|||
|
||||
flint_randclear(state);
|
||||
flint_printf("PASS\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue