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/pango-utils.c | |
parent | 26bbf750ab0754c113722e87942174cf2953dad4 (diff) | |
download | pango-4105e20d799a80f9c0c2befdef8f458ee11654a6.tar.gz |
More churn
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 88956057..0d138efc 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -684,7 +684,7 @@ pango_config_key_get (const char *key) /* DllMain function needed to tuck away the DLL handle */ -static HMODULE pango_dll; +static HMODULE pango_dll; /* MT-safe */ BOOL WINAPI DllMain (HINSTANCE hinstDLL, |