From e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 8 Mar 2008 17:25:56 +0100 Subject: Whitespace fixes. --- base/util_getopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/util_getopt.c') diff --git a/base/util_getopt.c b/base/util_getopt.c index c870e206..8025334e 100644 --- a/base/util_getopt.c +++ b/base/util_getopt.c @@ -107,10 +107,11 @@ int getopt(int nargc, char * const * nargv, const char *ostr) p, optopt); return(BADCH); } - else /* white space */ + else /* white space */ optarg = nargv[optind]; place = EMSG; ++optind; } return(optopt); /* dump back option letter */ } + -- cgit v1.2.3