Fix macro

This commit is contained in:
Christophe Bedard 2019-05-17 15:43:53 +02:00
parent 9ae7c8d99c
commit 974f4144bb

View file

@ -3,7 +3,7 @@
#ifdef WITH_LTTNG
#include "tp_call.h"
#define CONDITIONAL_TP(...) \
tracepoint(__VA_ARGS__);
tracepoint(__VA_ARGS__)
#else
#define CONDITIONAL_TP(...)
#endif