Memory's the name trashing it is my game

This commit is contained in:
Such Meme, Many Skill
2019-12-01 17:20:46 +01:00
parent d33bf83138
commit 3abb52c962

View File

@@ -108,6 +108,7 @@ void printfsentry(fs_entry file, bool highlight){
gfx_printf("%k%s%K\a%d\e%s", COLOR_VIOLET, display, COLOR_DEFAULT, file.size, sizevalues[size - 4]);
}
free(display);
}
int makefilemenu(fs_entry *files, int amount, char *path){