From 0e14bf047a4af53f3e96f2fdbe1025334245743f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Oct 2004 04:59:39 +0000 Subject: [PATCH] Fix "*/" typo. --- lib/diacrit.c | 1 - lib/diacrit.h | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/diacrit.c b/lib/diacrit.c index 0574d9d3ee..e3735a4089 100644 --- 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 index 051d85103e..db9886ab9e 100644 --- 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 */ -- 2.30.2