1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00

Add a pointless capital letter

This commit is contained in:
Such Meme, Many Skill 2019-08-16 18:47:28 +02:00
parent 8ba54003b0
commit ec39359fde

View file

@ -54,7 +54,7 @@ int readfolder(char *items[], unsigned int *muhbits, const char *path){
FILINFO fno; FILINFO fno;
int i = 2; int i = 2;
addchartoarray("Current folder -> One folder up", items, 0); addchartoarray("Current folder -> One folder up", items, 0);
addchartoarray("Clipboard -> current folder", items, 1); addchartoarray("Clipboard -> Current folder", items, 1);
_mallocandaddfolderbit(muhbits, 0, true); _mallocandaddfolderbit(muhbits, 0, true);
_mallocandaddfolderbit(muhbits, 1, true); _mallocandaddfolderbit(muhbits, 1, true);