summaryrefslogtreecommitdiff
path: root/randsdui.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-09-24 23:30:25 +0200
committerKevin Ryde <user42@zip.com.au>2000-09-24 23:30:25 +0200
commitcd2d191ece846036cf6a028fec84423fc22d7b1b (patch)
tree249936337b2ce04e07512fb5cb069a85629ea430 /randsdui.c
parente7b4bfe41639f04a47aecd52efde7c07152bce98 (diff)
downloadgmp-cd2d191ece846036cf6a028fec84423fc22d7b1b.tar.gz
Remove a spurious space.
Diffstat (limited to 'randsdui.c')
-rw-r--r--randsdui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randsdui.c b/randsdui.c
index 1901eaf96..d50b312b4 100644
--- a/randsdui.c
+++ b/randsdui.c
@@ -25,7 +25,7 @@ MA 02111-1307, USA. */
void
gmp_randseed_ui (gmp_randstate_t rstate,
- unsigned long int seed)
+ unsigned long int seed)
{
mpz_set_ui (rstate->seed, seed);
}