Style change

2005/03/10 12:26:43-08:00 net[shemminger]!shemminger
Import patch iproute-batch.1.050209.patch

(Logical change 1.164)
This commit is contained in:
osdl.net!shemminger 2005-03-14 19:04:49 +00:00
parent c3d76c3577
commit 627c228ef5
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ int main(int argc, char **argv)
while ((c = getopt_long(argc, argv,"Vc:df:h?i:k:s:w:",
opts, NULL)) != -1) {
switch (c) {
int i, len;
int i, len = 0;
char *tmp, *tok;
case 'c':
count = strtoul(optarg, NULL, 0);