Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exfat_upcase.c: mark uni_upcase table as "const".
uni_upcase is an array, which contains the upper case table of exfat. Since it is a read-only constant, it could be marked as "const" for better safety and compiler optimizations. Signed-off-by: Tom Li <[email protected]>
- Loading branch information