ソースを参照

entropy: Small fix

master
Aaron Marcher 6年前
コミット
fbbe300f4d
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      components/entropy.c

+ 2
- 1
components/entropy.c ファイルの表示

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

読み込み中…
キャンセル
保存