diff options
Diffstat (limited to 'base/rand_util_win.cc')
-rw-r--r-- | base/rand_util_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/rand_util_win.cc b/base/rand_util_win.cc index 03176ab..13e8fb2 100644 --- a/base/rand_util_win.cc +++ b/base/rand_util_win.cc @@ -10,7 +10,7 @@ #include "base/logging.h" namespace { - + uint32 RandUint32() { uint32 number; CHECK(rand_s(&number) == 0); |