mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08: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