From 99a266a83bbdc37275d3fba19c926ffac96ac26c Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 15 Jul 2009 22:00:04 +0000 Subject: [PATCH] Fix caca_get_char() documentation, courtesy of Romain Bignon. --- caca/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caca/string.c b/caca/string.c index 3f3fa0d..bff1436 100644 --- a/caca/string.c +++ b/caca/string.c @@ -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) {