GetMem fix

This commit is contained in:
Your Name 2023-12-15 18:02:11 +03:00
parent 14fce9786e
commit 8a789784cc
3 changed files with 28 additions and 30 deletions

View file

@ -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;
}