summaryrefslogtreecommitdiff
path: root/sapi/isapi/stresstest/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/isapi/stresstest/getopt.c')
-rw-r--r--sapi/isapi/stresstest/getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/isapi/stresstest/getopt.c b/sapi/isapi/stresstest/getopt.c
index 57faa0f890..21056bf883 100644
--- a/sapi/isapi/stresstest/getopt.c
+++ b/sapi/isapi/stresstest/getopt.c
@@ -41,7 +41,7 @@ ap_optiserr(int argc, char * const *argv, int oint, const char *optstr,
ap_optopt = argv[oint][optchr];
return('?');
}
-
+
int ap_getopt(int argc, char* const *argv, const char *optstr)
{
static int optchr = 0;
@@ -98,7 +98,7 @@ int ap_getopt(int argc, char* const *argv, const char *optstr)
}
if (cp[1] == ':')
{
- /* Check for cases where the value of the argument
+ /* Check for cases where the value of the argument
is in the form -<arg> <val> or in the form -<arg><val> */
dash = 0;
if(!argv[ap_optind][2]) {