X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/e1deb7c3bc0500aabf5d099adb231f6d1d27f01d..b30c4e8f1aef96f6fdc93da9f125545f5f74d06e:/fatfs/doc/en/closedir.html diff --git a/fatfs/doc/en/closedir.html b/fatfs/doc/en/closedir.html index 4f97b6b..253d67a 100644 --- a/fatfs/doc/en/closedir.html +++ b/fatfs/doc/en/closedir.html @@ -43,8 +43,8 @@ FRESULT f_closedir (

Description

-

The f_closedir() function closes an open directory object. After the function succeeded, the directory object is no longer valid and it can be discarded.

-

Note that the directory object can also be discarded without this process if _FS_LOCK option is not enabled. However this is not recommended for future compatibility.

+

The f_closedir function closes an open directory object. After the function succeeded, the directory object is no longer valid and it can be discarded.

+

Note that the directory object can also be discarded without this process when option _FS_LOCK is not enabled. However this is not recommended for future compatibility.