diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-01-01 23:54:42 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-01-01 23:54:42 +0000 |
commit | d8b05c154f40f332785239fb292ea09caa4dfb1b (patch) | |
tree | 346ae38a344aac33ac14d3a3f40fdb4d65c836e6 /pango/pangowin32-fontcache.c | |
parent | 2210a8aa8286f7af2e1a17354e9b027a1f669867 (diff) | |
download | pango-d8b05c154f40f332785239fb292ea09caa4dfb1b.tar.gz |
Silence gcc -Wall, initialise a couple of variables.
2002-01-02 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_render_layout_line): Silence gcc
-Wall, initialise a couple of variables.
* pango/pangowin32-fontmap.c: (pango_win32_insert_font): Store
"courier new" also under the name "courier", as that is what
gtk-demo (and presumably often other applications, too?) looks
for.
Diffstat (limited to 'pango/pangowin32-fontcache.c')
-rw-r--r-- | pango/pangowin32-fontcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangowin32-fontcache.c b/pango/pangowin32-fontcache.c index 2986a33b..9d71d738 100644 --- a/pango/pangowin32-fontcache.c +++ b/pango/pangowin32-fontcache.c @@ -206,7 +206,7 @@ pango_win32_font_cache_load (PangoWin32FontCache *cache, if (hfont != NULL) { - PING (("Success!\n")); + PING (("Success!")); break; } |