This commit is contained in:
Ambrumf 2023-10-12 04:51:25 +08:00
parent 5724ecd109
commit 6994f2a93a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void TestFileSystem (){
ret = write(fd_t, w_buf, strlen(w_buf));
if(ret < 0){
printf("fd = %d write hello world failed.\n",fd_t);
return NULL;
return;
}
close(fd_t);