Mercurial > pidgin
diff src/gtkhtml.c @ 1057:d50d3abb9eb7
[gaim-migrate @ 1067]
attempting to pass -Wall (at least for app)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 03 Nov 2000 10:46:58 +0000 |
| parents | 69c936ca2b04 |
| children | a4635c7c2128 |
line wrap: on
line diff
--- a/src/gtkhtml.c Fri Nov 03 10:31:56 2000 +0000 +++ b/src/gtkhtml.c Fri Nov 03 10:46:58 2000 +0000 @@ -1839,7 +1839,6 @@ GtkWidget *widget = GTK_WIDGET(html); GdkRectangle area; GList *hbits; - GtkHtmlBit *hbit; if (html->frozen > 0) return; @@ -4393,7 +4392,7 @@ static int get_line_height(GtkHtml *html, GtkHtmlBit *start) { - int height, max_height = 0; + int height = 1, max_height = 0; GList *hbits = html->html_bits; GtkHtmlBit *hbit = start; /* default this in case hbits is NULL */
