[pango/hyphen-log-attr: 1/5] Quiet a compiler warning




commit 3d7bb496c129a0efbabc6fa436c35516b5b6cd69
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Aug 24 23:04:38 2021 -0400

    Quiet a compiler warning

 tools/gen-script-for-lang.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/gen-script-for-lang.c b/tools/gen-script-for-lang.c
index b3238f85..2fb0cbc7 100644
--- a/tools/gen-script-for-lang.c
+++ b/tools/gen-script-for-lang.c
@@ -44,7 +44,7 @@ typedef struct {
   ScriptInfo scripts[MAX_SCRIPTS];
 } LangInfo;
 
-static const char *get_script_name (PangoScript script)
+static const char *get_script_name (GUnicodeScript script)
 {
   static GEnumClass *class = NULL;
   GEnumValue *value;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]