summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/find-suffix.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/find-suffix.c')
-rw-r--r--Build/source/texk/kpathsea/find-suffix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/find-suffix.c b/Build/source/texk/kpathsea/find-suffix.c
index d62a9cf6f7d..499f8189feb 100644
--- a/Build/source/texk/kpathsea/find-suffix.c
+++ b/Build/source/texk/kpathsea/find-suffix.c
@@ -24,7 +24,7 @@
of NAME. If the name is `foo' or `/foo.bar/baz', we have no extension. */
string
-find_suffix P1C(const_string, name)
+find_suffix (const_string name)
{
const_string slash_pos;
string dot_pos = strrchr (name, '.');