projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08a1c8
)
Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
author
Jim Meyering
<jim@meyering.net>
Tue, 27 Sep 2005 08:36:17 +0000
(08:36 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 27 Sep 2005 08:36:17 +0000
(08:36 +0000)
lib/getcwd.c
patch
|
blob
|
history
diff --git
a/lib/getcwd.c
b/lib/getcwd.c
index 666310a7e7990784772b3fdda1b48c765954ad52..3bc6e9a52ec498a140671b19a46ed851bbed4bb8 100644
(file)
--- a/
lib/getcwd.c
+++ b/
lib/getcwd.c
@@
-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