소스 검색

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

불러오는 중...
취소
저장