Skip to content

Commit

Permalink
Add a pointless capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Aug 16, 2019
1 parent 8ba5400 commit ec39359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meme/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int readfolder(char *items[], unsigned int *muhbits, const char *path){
FILINFO fno;
int i = 2;
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, 1, true);

Expand Down

0 comments on commit ec39359

Please sign in to comment.