fix:3.1代码检视
Signed-off-by: x_xiny <1301913191@qq.com> Change-Id: I0e0b59cdc22b292ccf0a790010c037d43793a934
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user