From: Aaron Marcher Date: Sun, 6 May 2018 21:09:36 +0000 (+0200) Subject: entropy: Small fix X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=fbbe300f4d52ab014fb09050deea7746b1d02a82;p=suckless%2Fslstatus.git entropy: Small fix --- diff --git a/components/entropy.c b/components/entropy.c index 1450b31..ac61679 100644 --- a/components/entropy.c +++ b/components/entropy.c @@ -17,6 +17,7 @@ const char * entropy(void) { - return "∞"; + /* Unicode Character 'INFINITY' (U+221E) */ + return "\xe2\x88\x9e"; } #endif