- Timestamp:
- Nov 9, 2003, 2:01:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/libee/ee.c
r81 r83 25 25 #include <stdlib.h> 26 26 #include <unistd.h> 27 #include <string.h> 27 28 #include <sys/time.h> 28 29 #include <time.h> … … 129 130 empty_line[x] = '\0'; 130 131 131 for(y; y--;)132 while(y--) 132 133 { 133 134 ee_goto(0, y);
Note: See TracChangeset
for help on using the changeset viewer.