Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
authorJim Meyering <jim@meyering.net>
Tue, 27 Sep 2005 08:36:17 +0000 (08:36 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Sep 2005 08:36:17 +0000 (08:36 +0000)
lib/getcwd.c

index 666310a..3bc6e9a 100644 (file)
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif