diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-27 07:25:51 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-27 07:25:51 +0000 |
commit | e4b65c7bbc8e589e848b441f44c63cc517c981ed (patch) | |
tree | b0f562148657f0b413760f8f0cac73e61ea942e3 /Build/source/texk/kpathsea/rm-suffix.c | |
parent | 9bdd530116cd08502ae5f43f70feafd9e5f0068e (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/rm-suffix.c')
-rw-r--r-- | Build/source/texk/kpathsea/rm-suffix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/rm-suffix.c b/Build/source/texk/kpathsea/rm-suffix.c index 984a78cbd0a..49a100da3ee 100644 --- a/Build/source/texk/kpathsea/rm-suffix.c +++ b/Build/source/texk/kpathsea/rm-suffix.c @@ -1,6 +1,6 @@ /* rm-suffix.c: remove any suffix. - Copyright 2008 Karl Berry. + Copyright 2008, 2011 Karl Berry. Copyright 1992, 1993, 1995 Free Software Foundation, Inc. Modified for kpathsea by Karl Berry. @@ -20,7 +20,7 @@ #include <kpathsea/config.h> -/* Generic const warning -- see extend-fname.c. */ +/* Generic const warning -- see readable.c. */ string remove_suffix (const_string s) |