ソースを参照

* 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;



読み込み中…
キャンセル
保存