mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
add missing parenthesis
svn path=/trunk/; revision=26129
This commit is contained in:
parent
0423e310b2
commit
567f8a2469
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ typedef IResourceList *PRESOURCELIST;
|
|||
FindUntranslatedEntry(CmResourceTypeDma, (n))
|
||||
|
||||
#define AddDmaFromParent(p, n) \
|
||||
AddEntryFromParent(p), CmResourceTypeInterrupt, (n))
|
||||
AddEntryFromParent((p), CmResourceTypeInterrupt, (n))
|
||||
|
||||
#define NumberOfDeviceSpecifics() \
|
||||
NumberOfEntriesOfType(CmResourceTypeDeviceSpecific)
|
||||
|
|
Loading…
Reference in a new issue