add missing parenthesis

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10680 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-09-10 13:22:43 +00:00
parent 65e4a311b8
commit 063d6c1041

View File

@@ -524,7 +524,7 @@ getarg(struct getargs *args, size_t num_args,
#if defined(HAVE_SRANDOMDEV)
srandomdev();
#elif defined(HAVE_RANDOM)
srandom(time(NULL);
srandom(time(NULL));
#else
srand (time(NULL));
#endif