summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-01-31 13:55:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-01-31 13:55:00 +0000
commitb0d9d1249afe453efd9c17f1aee49309efa9d2bb (patch)
treebdd48688b6d0feba779ce75536c1b53d9c5d53f3 /random
parent664ce5fc4470fa0f074d9558b291cd2f2cfde5e9 (diff)
make nice_rng_new explicitly take void
Diffstat (limited to 'random')
-rw-r--r--random/random.c2
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;