diff options
Diffstat (limited to 'stdlib/erand48.c')
-rw-r--r-- | stdlib/erand48.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/erand48.c b/stdlib/erand48.c index 66af903..5655c72 100644 --- a/stdlib/erand48.c +++ b/stdlib/erand48.c @@ -20,8 +20,7 @@ double -erand48 (xsubi) - unsigned short int xsubi[3]; +erand48 (unsigned short int xsubi[3]) { double result; |