mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 03:42:12 +00:00
[FREELDR]
Fix a typo in arm code that I introduced, spotted by Thomas. svn path=/trunk/; revision=58370
This commit is contained in:
parent
3b9f1e664a
commit
68996416a7
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ BOOLEAN
|
|||
ArmInitializeBootDevices(VOID)
|
||||
{
|
||||
/* Emulate old behavior */
|
||||
return ArmHwDetect != NULL;
|
||||
return (ArmHwDetect() != NULL);
|
||||
}
|
||||
|
||||
PCONFIGURATION_COMPONENT_DATA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue