documentation fix

git-svn-id: svn://kolibrios.org@6880 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin
2017-03-28 14:30:08 +00:00
parent e7b812b22f
commit ff31272774
4 changed files with 7 additions and 10 deletions

View File

@@ -264,7 +264,7 @@ fs_CdReadFolder:
pop edi
cmp [DevErrorCode], 0
jne .noaccess_1
or ebx, -1
xor ebx, ebx
mov eax, ERROR_FILE_NOT_FOUND
ret
@@ -274,7 +274,7 @@ fs_CdReadFolder:
jnz .found_dir
pop edi
.noaccess_1:
or ebx, -1
xor ebx, ebx
mov eax, ERROR_ACCESS_DENIED
ret