Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd37dd2
)
cosmetic: use (void) instead of ()
author
Daniel Kochmański
<daniel@turtleware.eu>
Tue, 22 Sep 2015 16:07:21 +0000
(18:07 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Tue, 22 Sep 2015 16:07:21 +0000
(18:07 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/c/num_rand.d
patch
|
blob
|
blame
|
history
diff --git
a/src/c/num_rand.d
b/src/c/num_rand.d
index
3a152dc
..
93355af
100644
(file)
--- a/
src/c/num_rand.d
+++ b/
src/c/num_rand.d
@@
-66,7
+66,7
@@
init_genrand(ulong seed)
}
cl_object
-init_random_state()
+init_random_state(
void
)
{
ulong seed;
#if !defined(ECL_MS_WINDOWS_HOST)