Fix: event field value: assertion fails on empty string
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
index 25c8957fec221b4506ee5b8a9b90d44edc12a7ca..7b82c1bdb8fea0473c578af9369ae011350e2014 100644 (file)
@@ -1,9 +1,16 @@
+/*
+ * Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #include <unistd.h>
 
 #define TRACEPOINT_DEFINE
 #include "tp.h"
 
-int main()
+int main(void)
 {
        sleep(1);
        return 0;
This page took 0.022996 seconds and 4 git commands to generate.