You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/hping/files/hping-3_pre20141226-indent....

14 lines
217 B

--- a/rtt.c
+++ b/rtt.c
@@ -45,8 +45,8 @@
tablepos = i;
break;
}
- if (i != TABLESIZE)
- *seqp = delaytable[i].seq;
+ if (i != TABLESIZE)
+ *seqp = delaytable[i].seq;
}
if (tablepos != -1)