Fixed a warning

This commit is contained in:
Pierre Pronchery 2009-07-16 15:26:44 +00:00
parent f59b4bf3c9
commit e15a42895a

View File

@ -189,7 +189,7 @@ void ghtml_refresh(GtkWidget * ghtml)
void ghtml_reload(GtkWidget * ghtml)
{
return ghtml_refresh(ghtml);
ghtml_refresh(ghtml);
}