Skip to content

Commit

Permalink
Update FileSorts.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseFC3000 authored Aug 23, 2024
1 parent 56b5b94 commit 3745e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-app/src/FileSorts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace FileSorts
const FileData::SortType typesArr[] = {
FileData::SortType(&compareName, true, "name"),

FileData::SortType(&compareFirstRelease, true, " first release date"),
FileData::SortType(&compareFirstRelease, true, "first release date"),
};

const std::vector<FileData::SortType> SortTypes(typesArr, typesArr + sizeof(typesArr)/sizeof(typesArr[0]));
Expand Down

0 comments on commit 3745e17

Please sign in to comment.