fix small bug i forgot and renamed the main file to main.c to make autocomplete easier

This commit is contained in:
Palanix 2021-06-16 22:32:52 +02:00
parent 260be2d1f4
commit 084d888cc2
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ int main() {
if(ROWS == i) {
} else if( ROWS < i) {
for(; j < i; j++) {
printf("%s ", lastline);
printf("%s ", logo[ROWS]);
printf("%s\n", info[j]);
} }
else {