Add statement after `out' label.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2656 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-27 16:19:51 +00:00
parent 6424080883
commit fb5c1e4044

View File

@@ -287,7 +287,7 @@ getarg(struct getargs *args, size_t num_args,
if (k == num_args)
return ARG_ERR_NO_MATCH;
}
out:
out:;
}
}
*optind = i;