Explorar el Código

Fix caca_get_char() documentation, courtesy of Romain Bignon.

tags/v0.99.beta17
Sam Hocevar sam hace 15 años
padre
commit
99a266a83b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      caca/string.c

+ 1
- 1
caca/string.c Ver fichero

@@ -209,7 +209,7 @@ int caca_put_char(caca_canvas_t *cv, int x, int y, uint32_t ch)
* \param cv A handle to the libcaca canvas.
* \param x X coordinate.
* \param y Y coordinate.
* \return This function always returns 0.
* \return The Unicode character at the given coordinates.
*/
uint32_t caca_get_char(caca_canvas_t const *cv, int x, int y)
{


Cargando…
Cancelar
Guardar