diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-08-29 19:55:51 +0900 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-08-30 10:19:00 -0400 |
commit | 9e16ddd446f19cd4c9cf18736b860d4c40248000 (patch) | |
tree | eaac25f39685bb3a9e5b0ed18a8affeb4217ea75 | |
parent | 33c10cb0c40503630146e4d32de807728d99ab0c (diff) | |
download | pango-9e16ddd446f19cd4c9cf18736b860d4c40248000.tar.gz |
Fix multilib issue in pango-enum-types.h.template
https://bugzilla.gnome.org/show_bug.cgi?id=786887
-rw-r--r-- | pango/pango-enum-types.h.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-enum-types.h.template b/pango/pango-enum-types.h.template index 5fb54ced..c26679ea 100644 --- a/pango/pango-enum-types.h.template +++ b/pango/pango-enum-types.h.template @@ -11,7 +11,7 @@ G_BEGIN_DECLS /*** BEGIN file-production ***/ -/* enumerations from "@filename@" */ +/* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN value-header ***/ |