summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/extend-fname.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-27 07:25:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-27 07:25:51 +0000
commite4b65c7bbc8e589e848b441f44c63cc517c981ed (patch)
treeb0f562148657f0b413760f8f0cac73e61ea942e3 /Build/source/texk/kpathsea/extend-fname.c
parent9bdd530116cd08502ae5f43f70feafd9e5f0068e (diff)
Update the `Generic const warning'
git-svn-id: svn://tug.org/texlive/trunk@22624 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/extend-fname.c')
-rw-r--r--Build/source/texk/kpathsea/extend-fname.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/extend-fname.c b/Build/source/texk/kpathsea/extend-fname.c
index 022164c582b..b9938af1f27 100644
--- a/Build/source/texk/kpathsea/extend-fname.c
+++ b/Build/source/texk/kpathsea/extend-fname.c
@@ -1,6 +1,6 @@
/* extend-fname.c: give a filename a suffix, if necessary.
- Copyright 1992, 1993, 2008 Karl Berry.
+ Copyright 1992, 1993, 2008, 2011 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -18,9 +18,6 @@
#include <kpathsea/config.h>
-/* We may or may not return NAME. It's up to the caller not to assume
- the return value is modifiable. */
-
const_string
extend_filename (const_string name, const_string default_suffix)
{