diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-01-21 09:57:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-01-21 09:57:27 +0000 |
commit | ef9028020e34eb3df0f5e9feb014a577231a5840 (patch) | |
tree | f3974a45aefbca4d75dfe14f3a5c2d73d911c664 /Build/source/README.7coding | |
parent | e98304bdc82c2ef9599d235df3c4ce7a76eecad8 (diff) |
wording and various typos
git-svn-id: svn://tug.org/texlive/trunk@36107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.7coding')
-rw-r--r-- | Build/source/README.7coding | 2 |
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); } |