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