瀏覽代碼

* compilation fix.

tags/v0.99.beta14
Sam Hocevar sam 20 年之前
父節點
當前提交
8717a91803
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      src/graphics.c

+ 0
- 4
src/graphics.c 查看文件

@@ -433,12 +433,8 @@ void caca_putchar(int x, int y, char c)
*/
void caca_putstr(int x, int y, char const *s)
{
#if defined(USE_CONIO) | defined(USE_X11) | defined(USE_WIN32)
char *charbuf;
#endif
#if defined(USE_X11) | defined(USE_WIN32)
char *attrbuf;
#endif
char const *t;
unsigned int len;



Loading…
取消
儲存