Skip to content

Commit e5e2d55

Browse files
committed
small fix
1 parent ec10b08 commit e5e2d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fmpz_mod_mpoly/to_from_fmpz_mpoly.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ fmpz_mod_mpoly_to_fmpz_mpoly(fmpz_mpoly_t res, const fmpz_mod_mpoly_t f, fmpz_mp
5757
res_len++;
5858
}
5959
res->length = res_len;
60-
}
60+
}

0 commit comments

Comments
 (0)