fix:3.1代码检视

Signed-off-by: x_xiny <1301913191@qq.com>
Change-Id: I0e0b59cdc22b292ccf0a790010c037d43793a934
This commit is contained in:
x_xiny
2022-03-19 20:22:59 +08:00
parent 41b80ad20a
commit 5b87a530f5
20 changed files with 156 additions and 76 deletions

View File

@@ -106,7 +106,7 @@ VOID OsLkLogFileSet(const CHAR *str)
}
fp = fopen(str, "w+");
if (fp == NULL) {
printf("Error can't open the %s file\n",str);
printf("Error can't open the %s file\n", str);
return;
}