acpi_ac.cpp: Fix invalid preprocessor macro

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: I7984ffed7e634a37dabb10e2fa96330a97a0d98f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1776
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:15:09 +00:00
committed by waddlesplash
parent a7288ebd8f
commit 7d6cb3e3c5
@@ -24,11 +24,11 @@
#define TRACE_AC
#ifdef TRACE_AC
# define TRACE(x...) dprintf("acpi_ac: "x)
# define TRACE(x...) dprintf("acpi_ac: " x)
#else
# define TRACE(x...)
#endif
#define ERROR(x...) dprintf("acpi_ac: "x)
#define ERROR(x...) dprintf("acpi_ac: " x)
static device_manager_info *sDeviceManager;