diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-08-27 23:43:38 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-08-28 00:05:19 -0400 |
commit | 4105e20d799a80f9c0c2befdef8f458ee11654a6 (patch) | |
tree | e98bb1e985584a28267af6e892471c3617053665 /pango/pangocairo-context.c | |
parent | 26bbf750ab0754c113722e87942174cf2953dad4 (diff) | |
download | pango-4105e20d799a80f9c0c2befdef8f458ee11654a6.tar.gz |
More churn
Diffstat (limited to 'pango/pangocairo-context.c')
-rw-r--r-- | pango/pangocairo-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-context.c b/pango/pangocairo-context.c index df1b889a..54cef064 100644 --- a/pango/pangocairo-context.c +++ b/pango/pangocairo-context.c @@ -62,7 +62,7 @@ static PangoCairoContextInfo * get_context_info (PangoContext *context, gboolean create) { - static GQuark context_info_quark; + static GQuark context_info_quark; /* MT-safe */ PangoCairoContextInfo *info; if (G_UNLIKELY (!context_info_quark)) |