4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 10:53:30 +08:00

[nfs]:Format Optimize

This commit is contained in:
SummerGift 2017-12-15 17:23:29 +08:00
parent 4d0e205406
commit d051c6dec0

View File

@ -888,7 +888,6 @@ nfs_dir *nfs_opendir(nfs_filesystem *nfs, const char *path)
if (handle == NULL)
{
rt_free(dir);
return NULL;
}