entropy: Small fix
Aaron Marcher me@drkhsh.at
Sun, 06 May 2018 23:09:36 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
components/entropy.c
→
components/entropy.c
@@ -17,6 +17,7 @@ #elif defined(__OpenBSD__)
const char * entropy(void) { - return "∞"; + /* Unicode Character 'INFINITY' (U+221E) */ + return "\xe2\x88\x9e"; } #endif