summaryrefslogtreecommitdiffstats
path: root/src/in_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/in_dummy.c')
-rw-r--r--src/in_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/in_dummy.c b/src/in_dummy.c
index 00eca82..01b2562 100644
--- a/src/in_dummy.c
+++ b/src/in_dummy.c
@@ -171,7 +171,7 @@ static void print_help(void)
" TX-bytes := TX-packets * (Rand() %% mtu)\n");
}
-static void dummy_parse_opt(const char *value, const char *type)
+static void dummy_parse_opt(const char *type, const char *value)
{
if (!strcasecmp(type, "rxb") && value)
c_rx_b_inc = strtol(value, NULL, 0);