# HG changeset patch # User Paul Eggert # Date 1098075579 0 # Node ID 548d1ba24ad395f1edfa8151fd32b3ff3519958c # Parent b120c912c2839858e992f5ebb1f1f65589bfa3c7 Fix "*/" typo. diff --git a/lib/diacrit.c b/lib/diacrit.c --- a/lib/diacrit.c +++ b/lib/diacrit.c @@ -18,7 +18,6 @@ along with this program; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -*/ #ifdef HAVE_CONFIG_H # include diff --git a/lib/diacrit.h b/lib/diacrit.h --- a/lib/diacrit.h +++ b/lib/diacrit.h @@ -18,7 +18,6 @@ along with this program; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -*/ extern const char diacrit_base[]; /* characters without diacritics */ extern const char diacrit_diac[]; /* diacritic code for each character */