瀏覽代碼

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

Loading…
取消
儲存