GetMem fix
This commit is contained in:
parent
14fce9786e
commit
8a789784cc
3 changed files with 28 additions and 30 deletions
|
@ -23,6 +23,6 @@ int main(void) {
|
|||
for (; i < fetch.logo_size; i++)
|
||||
printf("%s\n", fetch.logo[i]);
|
||||
|
||||
printf("\033[0m\n");
|
||||
printf("\033[0m");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue