Skip to content

Commit 0390bc9

Browse files
committed
lib/oofatfs: Update oofatfs library.
From https://github.com/micropython/oofatfs, branch work-R0.12b, commit 1e295b40550664bbaac18d95a4b6a58154464d31.
1 parent a0c7296 commit 0390bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/oofatfs/ff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4803,7 +4803,7 @@ FRESULT f_setlabel (
48034803
dj.obj.fs = fs;
48044804

48054805
/* Get length of given volume label */
4806-
for (slen = 0; (UINT)label[slen] >= ' '; slen++) ; /* Get name length */
4806+
for (slen = 0; (UINT)label[slen] >= ' '; slen++) { } /* Get name length */
48074807

48084808
#if _FS_EXFAT
48094809
if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */

0 commit comments

Comments
 (0)