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