mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[KERNEL32] GetPriorityClass(): Return explicit 0, not FALSE (match return type) (#3170)
This commit is contained in:
@@ -1683,7 +1683,7 @@ GetPriorityClass(IN HANDLE hProcess)
|
||||
|
||||
/* Failure path */
|
||||
BaseSetLastNTError(Status);
|
||||
return FALSE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user