瀏覽代碼

* libee/ee.c: Fixed a compilation warning.

tags/v0.99.beta14
Sam Hocevar sam 21 年之前
父節點
當前提交
5c34e048ae
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      libee/ee.c

+ 2
- 1
libee/ee.c 查看文件

@@ -24,6 +24,7 @@

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>

@@ -128,7 +129,7 @@ void ee_clear(void)
memset(empty_line, ' ', x);
empty_line[x] = '\0';

for(y; y--;)
while(y--)
{
ee_goto(0, y);
ee_putstr(empty_line);


Loading…
取消
儲存