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 /modules | |
parent | 26bbf750ab0754c113722e87942174cf2953dad4 (diff) | |
download | pango-4105e20d799a80f9c0c2befdef8f458ee11654a6.tar.gz |
More churn
Diffstat (limited to 'modules')
-rw-r--r-- | modules/basic/basic-fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c index 40f181f3..d757127d 100644 --- a/modules/basic/basic-fc.c +++ b/modules/basic/basic-fc.c @@ -58,7 +58,7 @@ static PangoEngineInfo script_engines[] = { /* cache a single hb_buffer_t */ -static hb_buffer_t *cached_buffer = NULL; +static hb_buffer_t *cached_buffer = NULL; /* MT-safe */ G_LOCK_DEFINE_STATIC (cached_buffer); static hb_buffer_t * |