From dfb47f643c66d56a06dff8dfc05b4a4db29a9beb Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 6 Mar 2006 08:22:09 +0000 Subject: [PATCH] * src/cucul.c: s/width/height/. --- src/cucul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cucul.c b/src/cucul.c index 42383b3..f8c26ea 100644 --- a/src/cucul.c +++ b/src/cucul.c @@ -115,7 +115,7 @@ unsigned int cucul_get_width(cucul_t *qq) */ unsigned int cucul_get_height(cucul_t *qq) { - return qq->width; + return qq->height; } /** \brief Translate a colour index into the colour's name.