瀏覽代碼

* src/cucul.c: s/width/height/.

tags/v0.99.beta14
Sam Hocevar sam 20 年之前
父節點
當前提交
dfb47f643c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/cucul.c

+ 1
- 1
src/cucul.c 查看文件

@@ -115,7 +115,7 @@ unsigned int cucul_get_width(cucul_t *qq)
*/ */
unsigned int cucul_get_height(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. /** \brief Translate a colour index into the colour's name.


Loading…
取消
儲存