diff --git a/src/add-ons/kernel/drivers/power/acpi_button/acpi_button.cpp b/src/add-ons/kernel/drivers/power/acpi_button/acpi_button.cpp index a14ce832e6..985f345bb1 100644 --- a/src/add-ons/kernel/drivers/power/acpi_button/acpi_button.cpp +++ b/src/add-ons/kernel/drivers/power/acpi_button/acpi_button.cpp @@ -25,11 +25,11 @@ //#define TRACE_BUTTON #ifdef TRACE_BUTTON -# define TRACE(x...) dprintf("acpi_button: "x) +# define TRACE(x...) dprintf("acpi_button: " x) #else # define TRACE(x...) #endif -#define ERROR(x...) dprintf("acpi_button: "x) +#define ERROR(x...) dprintf("acpi_button: " x) static device_manager_info *sDeviceManager; static struct acpi_module_info *sAcpi;