summaryrefslogtreecommitdiff
path: root/lib/setenv.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-03-22 22:08:04 +0000
committerKarl Berry <karl@freefriends.org>2006-03-22 22:08:04 +0000
commit183b57c6185b17eff0bd1a5cf72349d81ba16c78 (patch)
treec1b712a6ed7ca38cc4ca225c0a513f42e0188b89 /lib/setenv.c
parent88be82c11d686fc033eb832f6c8c310e6e59f457 (diff)
downloadgnulib-183b57c6185b17eff0bd1a5cf72349d81ba16c78.tar.gz
sync from coreutils
Diffstat (limited to 'lib/setenv.c')
-rw-r--r--lib/setenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/setenv.c b/lib/setenv.c
index 8088200910..c607125a51 100644
--- a/lib/setenv.c
+++ b/lib/setenv.c
@@ -13,9 +13,9 @@
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <alloca.h>