changeset 37803:bd69861b7113

unicase/locale-language: fix typo in utf-8 cookie * lib/unicase/locale-languages.gperf: Fix gperf input file format. Problem reported by Zbigniew Jędrzejewski-Szmek.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 06 Oct 2015 00:46:02 -0700
parents 329b08afad4c
children b33224b4d6e9
files ChangeLog lib/unicase/locale-languages.gperf
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 05 06:25:17 2015 -0700
+++ b/ChangeLog	Tue Oct 06 00:46:02 2015 -0700
@@ -1,3 +1,9 @@
+2015-10-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+	unicase/locale-language: fix typo in utf-8 cookie
+	* lib/unicase/locale-languages.gperf: Fix gperf input file format.
+	Problem reported by Zbigniew Jędrzejewski-Szmek.
+
 2015-10-02  Paul Eggert  <eggert@cs.ucla.edu>
 
 	xalloc: do not worry about GCC 5 warning on 32 bit
--- a/lib/unicase/locale-languages.gperf	Mon Oct 05 06:25:17 2015 -0700
+++ b/lib/unicase/locale-languages.gperf	Tue Oct 06 00:46:02 2015 -0700
@@ -268,10 +268,9 @@
 "zh", /* Chinese" */
 "zu", /* Zulu" */
 "zap", /* Zapotec" */
-%{
+%%
 /*
  * Local Variables:
  * coding: utf-8
  * End:
  */
-%}