summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1ee4d957..3dc6b62c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -225,7 +225,7 @@ static void show_version(void)
" minigmp: %s\n"
" libxtables: %s\n",
PACKAGE_NAME, PACKAGE_VERSION, RELEASE_NAME,
- cli, minigmp, json, xt);
+ cli, json, minigmp, xt);
}
static const struct {