From 7651fac5e3d7768bdf127e660ad8aec4eb962ee7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 15 May 2003 20:12:26 +0000 Subject: [PATCH] Remove a space before a TAB. --- lib/getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getopt.h b/lib/getopt.h index 4d6adeea0d..f344e7d0d0 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -77,7 +77,7 @@ extern int optopt; The field `has_arg' is: no_argument (or 0) if the option does not take an argument, required_argument (or 1) if the option requires an argument, - optional_argument (or 2) if the option takes an optional argument. + optional_argument (or 2) if the option takes an optional argument. If the field `flag' is not NULL, it points to a variable that is set to the value given in the field `val' when the option is found, but -- 2.47.2