mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Fix a small typo in file attribute menu
This commit is contained in:
parent
4e9721db9b
commit
79768acef7
@ -1000,7 +1000,7 @@ u32 DirFileAttrMenu(const char* path, const char *name) {
|
||||
} else { // for files
|
||||
char bytestr[32];
|
||||
FormatBytes(bytestr, fno.fsize);
|
||||
snprintf(sizestr, 64, "filesize: %s byte", bytestr);
|
||||
snprintf(sizestr, 64, "filesize: %s", bytestr);
|
||||
}
|
||||
|
||||
while(true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user