diff options
Diffstat (limited to 'source/components/resources/rslist.c')
-rw-r--r-- | source/components/resources/rslist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/resources/rslist.c b/source/components/resources/rslist.c index a4f1dae..7de7f44 100644 --- a/source/components/resources/rslist.c +++ b/source/components/resources/rslist.c @@ -72,7 +72,7 @@ AcpiRsConvertAmlToResources ( UINT32 Length, UINT32 Offset, UINT8 ResourceIndex, - void *Context) + void **Context) { ACPI_RESOURCE **ResourcePtr = ACPI_CAST_INDIRECT_PTR ( ACPI_RESOURCE, Context); |