diff options
Diffstat (limited to 'Build/source/texk/kpathsea/rm-suffix.c')
-rw-r--r-- | Build/source/texk/kpathsea/rm-suffix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/rm-suffix.c b/Build/source/texk/kpathsea/rm-suffix.c index b21878cbf94..0b6c179ccae 100644 --- a/Build/source/texk/kpathsea/rm-suffix.c +++ b/Build/source/texk/kpathsea/rm-suffix.c @@ -23,7 +23,7 @@ /* Generic const warning -- see extend-fname.c. */ string -remove_suffix P1C(const_string, s) +remove_suffix (const_string s) { string ret; const_string suffix = find_suffix (s); |