diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-01-31 13:55:00 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-01-31 13:55:00 +0000 |
commit | b0d9d1249afe453efd9c17f1aee49309efa9d2bb (patch) | |
tree | bdd48688b6d0feba779ce75536c1b53d9c5d53f3 /random | |
parent | 664ce5fc4470fa0f074d9558b291cd2f2cfde5e9 (diff) |
make nice_rng_new explicitly take void
darcs-hash:20070131135528-c9803-6a99cc7ec2227304ecbb6dde2f8081633aaa2801.gz
Diffstat (limited to 'random')
-rw-r--r-- | random/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/random/random.c b/random/random.c index 321f863..f9692d0 100644 --- a/random/random.c +++ b/random/random.c @@ -3,7 +3,7 @@ #include "random-glib.h" NiceRNG * -nice_rng_new () +nice_rng_new (void) { NiceRNG *rng; |