summaryrefslogtreecommitdiffstats
path: root/util/random/entropy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/random/entropy.cpp')
-rw-r--r--util/random/entropy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/random/entropy.cpp b/util/random/entropy.cpp
index c3ae7a17181..3617edb83d7 100644
--- a/util/random/entropy.cpp
+++ b/util/random/entropy.cpp
@@ -160,7 +160,7 @@ namespace {
#define DO_STEP(type) \
while (len >= sizeof(type)) { \
- WriteUnaligned<type>(buf, RandomNumber<type>()); \
+ WriteUnaligned<type>(buf, RandomNumber<type>()); \
buf += sizeof(type); \
len -= sizeof(type); \
}