semicolon

This commit is contained in:
Francois Perrad 2018-12-27 09:34:11 +01:00
parent c63ce5bf1f
commit 2bde5bb5d5
1 changed files with 2 additions and 2 deletions

View File

@ -868,8 +868,8 @@ int main(void)
mp_copy(&b, &c);
mp_mod(&b, &a, &b);
mp_dr_setup(&a, &mp),
mp_dr_reduce(&c, &a, mp);
mp_dr_setup(&a, &mp);
mp_dr_reduce(&c, &a, mp);
if (mp_cmp(&b, &c) != MP_EQ) {
printf("Failed on trial %u\n", rr);