fix small bug i forgot and renamed the main file to main.c to make autocomplete easier
This commit is contained in:
parent
260be2d1f4
commit
084d888cc2
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ int main() {
|
||||||
if(ROWS == i) {
|
if(ROWS == i) {
|
||||||
} else if( ROWS < i) {
|
} else if( ROWS < i) {
|
||||||
for(; j < i; j++) {
|
for(; j < i; j++) {
|
||||||
printf("%s ", lastline);
|
printf("%s ", logo[ROWS]);
|
||||||
printf("%s\n", info[j]);
|
printf("%s\n", info[j]);
|
||||||
} }
|
} }
|
||||||
else {
|
else {
|
Loading…
Reference in a new issue