From: Eric Blake Date: Thu, 14 Sep 2006 00:53:04 +0000 (+0000) Subject: * getopt.c: Fix typo in last commit. X-Git-Tag: cvs-readonly~1890 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=f180e0b390dc841e70e5b79fde97ae93a9b35607;p=gnulib.git * getopt.c: Fix typo in last commit. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dd9b4626c..7b53e0d61 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-09-13 Eric Blake + + * getopt.c: Fix typo in last commit. + 2006-09-13 Paul Eggert * _fpending.c: Include unconditionally, since we no diff --git a/lib/getopt.c b/lib/getopt.c index 83354cd12..3580ad825 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef_LIBC +#ifndef _LIBC # include #endif