ソースを参照

* Fixed compilation warning.

tags/v0.99.beta14
Sam Hocevar sam 19年前
コミット
1911e368f4
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      cucul/colour.c

+ 1
- 0
cucul/colour.c ファイルの表示

@@ -42,6 +42,7 @@ static uint8_t nearest_ansi(uint16_t argb16, uint8_t def)
if(argb16 < 0x5fff) /* too transparent, return default colour */
return def;

best = def;
dist = 0xffff;
for(i = 0; i < 16; i++)
{


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