Skip to content

Commit

Permalink
No semicolons on defines.
Browse files Browse the repository at this point in the history
  • Loading branch information
tqh committed Sep 5, 2014
1 parent 1c7917f commit 76a17ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/add-ons/kernel/bus_managers/acpi/BusManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ extern "C" {

#define ERROR(x...) dprintf("acpi: " x)

#define PIC_MODE 0;
#define APIC_MODE 1;
#define PIC_MODE 0
#define APIC_MODE 1

#define ACPI_DEVICE_ID_LENGTH 0x08

Expand Down

0 comments on commit 76a17ee

Please sign in to comment.