mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
- Fix a warning reported by Gregor Brunmar.
svn path=/trunk/; revision=28598
This commit is contained in:
parent
18af7ec60d
commit
62a91eb656
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ acpi_ns_attach_object (
|
||||||
|
|
||||||
/* Check for a recognized Opcode */
|
/* Check for a recognized Opcode */
|
||||||
|
|
||||||
switch ((u8) opcode) {
|
switch (opcode) {
|
||||||
|
|
||||||
case AML_OP_PREFIX:
|
case AML_OP_PREFIX:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue