From: Paul Eggert Date: Mon, 18 Oct 2004 04:59:39 +0000 (+0000) Subject: Fix "*/" typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e14bf047a4af53f3e96f2fdbe1025334245743f;p=pspp Fix "*/" typo. --- 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 */