From ef9028020e34eb3df0f5e9feb014a577231a5840 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 21 Jan 2015 09:57:27 +0000 Subject: wording and various typos git-svn-id: svn://tug.org/texlive/trunk@36107 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/README.7coding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/README.7coding') 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); } -- cgit v1.2.3