acpi_lid.cpp: Fix invalid preprocessor directive

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: I5358be797f0d2fa9b3b9437d5822db03e3c1b70d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1790
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:22:28 +00:00
committed by waddlesplash
parent 3a0988b833
commit 46843fbb00
@@ -28,11 +28,11 @@
//#define TRACE_LID //#define TRACE_LID
#ifdef TRACE_LID #ifdef TRACE_LID
# define TRACE(x...) dprintf("acpi_lid: "x) # define TRACE(x...) dprintf("acpi_lid: " x)
#else #else
# define TRACE(x...) # define TRACE(x...)
#endif #endif
#define ERROR(x...) dprintf("acpi_lid: "x) #define ERROR(x...) dprintf("acpi_lid: " x)
static device_manager_info *sDeviceManager; static device_manager_info *sDeviceManager;