summaryrefslogtreecommitdiff
path: root/base/util_getopt.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
commite921e12bcfa3a343eac5e4b7ba3f2566f5eff49f (patch)
tree5ccf283bb19bb0f45c6a7ce66a00eeb395fa0817 /base/util_getopt.c
parentfce08043c7b939ecefb44e22852513b4d60f3ac4 (diff)
downloadmupdf-e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f.tar.xz
Whitespace fixes.
Diffstat (limited to 'base/util_getopt.c')
-rw-r--r--base/util_getopt.c3
1 files changed, 2 insertions, 1 deletions
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 */
}
+