lttng_ust_static_assert: remove extra semicolons
[lttng-ust.git] / include / lttng / ust-compiler.h
index 56077cac3d799584573572af1d46c44e9372f114..7c858f87fb03bc5ce095797dc768eb32abed0d38 100644 (file)
@@ -80,7 +80,7 @@
  * parameter is used in the tentative typedef so it is printed to the user.
  */
 #define lttng_ust_static_assert(predicate, msg, c_identifier_msg)  \
-    typedef char lttng_ust_static_assert_##c_identifier_msg[2*!!(predicate)-1];
+    typedef char lttng_ust_static_assert_##c_identifier_msg[2*!!(predicate)-1]
 #endif
 
 #endif /* _LTTNG_UST_COMPILER_H */
This page took 0.025268 seconds and 4 git commands to generate.