From cd2d191ece846036cf6a028fec84423fc22d7b1b Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 24 Sep 2000 23:30:25 +0200 Subject: Remove a spurious space. --- randsdui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'randsdui.c') 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); } -- cgit v1.2.1