add missing parenthesis
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10680 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -524,7 +524,7 @@ getarg(struct getargs *args, size_t num_args,
|
|||||||
#if defined(HAVE_SRANDOMDEV)
|
#if defined(HAVE_SRANDOMDEV)
|
||||||
srandomdev();
|
srandomdev();
|
||||||
#elif defined(HAVE_RANDOM)
|
#elif defined(HAVE_RANDOM)
|
||||||
srandom(time(NULL);
|
srandom(time(NULL));
|
||||||
#else
|
#else
|
||||||
srand (time(NULL));
|
srand (time(NULL));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user