summaryrefslogtreecommitdiff
path: root/sapi/milter/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/milter/getopt.c')
-rw-r--r--sapi/milter/getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/milter/getopt.c b/sapi/milter/getopt.c
index f5874d577e..df2c77f94c 100644
--- a/sapi/milter/getopt.c
+++ b/sapi/milter/getopt.c
@@ -39,7 +39,7 @@ ap_php_optiserr(int argc, char * const *argv, int oint, const char *optstr,
}
return('?');
}
-
+
int ap_php_getopt(int argc, char* const *argv, const char *optstr)
{
static int optchr = 0;
@@ -96,7 +96,7 @@ int ap_php_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_php_optind][2]) {