summaryrefslogtreecommitdiff
path: root/lib/stpcpy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-04 18:07:38 +0000
committerJim Meyering <jim@meyering.net>1996-11-04 18:07:38 +0000
commit1eb3a8c9bad66510d0c927112ff6e8eb9d54ddbe (patch)
tree73dd69ff46ac04cfd4e08b8324bb90f5aced9113 /lib/stpcpy.c
parent39fd156a8e6b800cd3d48f6833c21eb283676dbb (diff)
downloadcoreutils-1eb3a8c9bad66510d0c927112ff6e8eb9d54ddbe.tar.xz
libitize
Diffstat (limited to 'lib/stpcpy.c')
-rw-r--r--lib/stpcpy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stpcpy.c b/lib/stpcpy.c
index e7a95a465..6369661a4 100644
--- a/lib/stpcpy.c
+++ b/lib/stpcpy.c
@@ -15,8 +15,8 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
+#if HAVE_CONFIG_H
+# include <config.h>
#endif
/* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */