RemoteHWInterface.cpp: fix gcc6 build

Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
Murai Takashi
2016-05-13 15:24:04 -04:00
committed by Augustin Cavalier
parent cc9bae8fb6
commit ad9b83ad44
@@ -24,7 +24,7 @@
#define TRACE(x...) /*debug_printf("RemoteHWInterface: "x)*/
#define TRACE_ALWAYS(x...) debug_printf("RemoteHWInterface: "x)
#define TRACE_ERROR(x...) debug_printf("RemoteHWInterface: "x)
#define TRACE_ERROR(x...) debug_printf("RemoteHWInterface: " x)
struct callback_info {