diff options
Diffstat (limited to 'sys/dev/random/probe.c')
-rw-r--r-- | sys/dev/random/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 5d6bd67..264f9d5 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -56,7 +56,7 @@ random_ident_hardware(struct random_systat *systat) /* Then go looking for hardware */ #if defined(__i386__) && !defined(PC98) - if(via_feature_rng & VIA_HAS_RNG) { + if (via_feature_rng & VIA_HAS_RNG) { *systat = random_nehemiah; } #endif |