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);