Explorar el Código

entropy: Small fix

master
Aaron Marcher hace 6 años
padre
commit
fbbe300f4d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      components/entropy.c

+ 2
- 1
components/entropy.c Ver fichero

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

Cargando…
Cancelar
Guardar