Przeglądaj źródła

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

tags/v0.99.beta14
Sam Hocevar sam 22 lat temu
rodzic
commit
5c34e048ae
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      libee/ee.c

+ 2
- 1
libee/ee.c Wyświetl plik

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


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


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


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


Ładowanie…
Anuluj
Zapisz