mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Extraneous typecast
date 2000.08.14.15.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
6f9a9f0b8b
commit
aaf072eb8a
@ -361,7 +361,7 @@ AcpiTbInitTableDescriptor (
|
||||
/* Update new entry */
|
||||
|
||||
TableDesc->Prev = ListHead->Prev;
|
||||
TableDesc->Next = (ACPI_TABLE_DESC *) ListHead;
|
||||
TableDesc->Next = ListHead;
|
||||
|
||||
/* Update list head */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user