mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Added the missing ENTER/RETURN macros to Action_End().
This commit is contained in:
@@ -7805,6 +7805,8 @@ Action_End(
|
||||
struct FileNode * found;
|
||||
int error = OK;
|
||||
|
||||
ENTER();
|
||||
|
||||
if(file_system_disabled)
|
||||
{
|
||||
error = ERROR_NO_DISK;
|
||||
@@ -7853,6 +7855,7 @@ Action_End(
|
||||
|
||||
(*error_ptr) = error;
|
||||
|
||||
RETURN(result);
|
||||
return(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user