!1575 hnp代码告警修改

Merge pull request !1575 from 陈其文/HM_CodeWarningAlter
This commit is contained in:
openharmony_ci 2024-10-16 03:38:05 +00:00 committed by Gitee
commit 2b24574f32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -273,6 +273,8 @@ int HnpPathFileCount(const char *path)
num++;
}
closedir(dir);
return num;
#endif
}