Fix prototype check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 May 2011 15:02:20 +0000 (11:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 May 2011 15:02:20 +0000 (11:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-events.h

index dacce7bd287f0413da50861ac71de3a396e8d951..a47320b12487d399e88e0fbc0fed76c1db204d71 100644 (file)
@@ -71,7 +71,7 @@ struct lttng_event_desc {
 
 #undef DEFINE_EVENT
 #define DEFINE_EVENT(_template, _name, _proto, _args)                  \
-void trace_##_name(proto);
+void trace_##_name(_proto);
 
 #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
 
This page took 0.038272 seconds and 4 git commands to generate.