summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/make-suffix.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/make-suffix.c')
-rw-r--r--Build/source/texk/kpathsea/make-suffix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/make-suffix.c b/Build/source/texk/kpathsea/make-suffix.c
index 51a4bdf1715..8962d7cc2ee 100644
--- a/Build/source/texk/kpathsea/make-suffix.c
+++ b/Build/source/texk/kpathsea/make-suffix.c
@@ -23,7 +23,7 @@
was before. This returns a newly allocated string. */
string
-make_suffix P2C(const_string, s, const_string, suffix)
+make_suffix (const_string s, const_string suffix)
{
string new_s;
const_string dot_pos = strrchr (s, '.');