mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix a warning reported by Gregor Brunmar.
svn path=/trunk/; revision=28598
This commit is contained in:
@@ -179,7 +179,7 @@ acpi_ns_attach_object (
|
||||
|
||||
/* Check for a recognized Opcode */
|
||||
|
||||
switch ((u8) opcode) {
|
||||
switch (opcode) {
|
||||
|
||||
case AML_OP_PREFIX:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user