summaryrefslogtreecommitdiff
path: root/Build/source/README.7coding
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/README.7coding')
-rw-r--r--Build/source/README.7coding2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/README.7coding b/Build/source/README.7coding
index e8f725ca456..9d0e2291d8d 100644
--- a/Build/source/README.7coding
+++ b/Build/source/README.7coding
@@ -36,7 +36,7 @@ that may or may not be available on a particular system. It uses
the perhaps slightly less efficient alternative
#if !(defined HAVE_DECL_STPCPY && HAVE_DECL_STPCPY)
- #static inline char *stpcpy(char *dest, const char *src)
+ static inline char *stpcpy(char *dest, const char *src)
{
return strcpy(dest, src) + strlen(src);
}