Clean-up: replace erroneous of empty parameter list by void
[lttng-tools.git] / src / bin / lttng / commands / version.c
index b720d2a0d463bfc8a04dd799a0569467f748581a..9f606bf44396bcad8a8e60dfc54662a044356f3d 100644 (file)
@@ -56,7 +56,7 @@ static void create_version(struct mi_lttng_version *version)
 /*
  * Print the machine interface output of this command.
  */
-static int print_mi()
+static int print_mi(void)
 {
        int ret = CMD_SUCCESS;
        struct mi_writer *writer = NULL;
This page took 0.023071 seconds and 4 git commands to generate.