浏览代码

* Fix a compilation warning due to libcucul API changes.

pull/1/head
Sam Hocevar sam 16 年前
父节点
当前提交
ff314b0078
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tools/caca2tlf.c

+ 1
- 1
tools/caca2tlf.c 查看文件

@@ -33,7 +33,7 @@ static void add_char(unsigned long int);

cucul_font_t *f;
cucul_canvas_t *out, *onechar;
unsigned long int const *blocks;
uint32_t const *blocks;
uint8_t * image;
unsigned int w, h, gw, fgw, gh, iw, ih;



正在加载...
取消
保存