Преглед изворни кода

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

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/ttyvaders/trunk@84 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam пре 21 година
родитељ
комит
b4e918ddde
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…
Откажи
Сачувај