Browse Source

entropy: Small fix

master
Aaron Marcher 6 years ago
parent
commit
fbbe300f4d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      components/entropy.c

+ 2
- 1
components/entropy.c View File

@@ -17,6 +17,7 @@
const char *
entropy(void)
{
return "∞";
/* Unicode Character 'INFINITY' (U+221E) */
return "\xe2\x88\x9e";
}
#endif

Loading…
Cancel
Save