diff options
Diffstat (limited to 'Build/source/texk/web2c/lib/basechsuffix.c')
-rw-r--r-- | Build/source/texk/web2c/lib/basechsuffix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/basechsuffix.c b/Build/source/texk/web2c/lib/basechsuffix.c index 28f269dd7d3..8ca0e7cb117 100644 --- a/Build/source/texk/web2c/lib/basechsuffix.c +++ b/Build/source/texk/web2c/lib/basechsuffix.c @@ -13,8 +13,8 @@ In other words, we're implementing `basename NAME OLD`NEW. */ string -basenamechangesuffix P3C(const_string, name, const_string, old_suffix, - const_string, new_suffix) +basenamechangesuffix (const_string name, const_string old_suffix, + const_string new_suffix) { string answer; unsigned c; |