Fixed a warning
This commit is contained in:
parent
f59b4bf3c9
commit
e15a42895a
@ -189,7 +189,7 @@ void ghtml_refresh(GtkWidget * ghtml)
|
|||||||
|
|
||||||
void ghtml_reload(GtkWidget * ghtml)
|
void ghtml_reload(GtkWidget * ghtml)
|
||||||
{
|
{
|
||||||
return ghtml_refresh(ghtml);
|
ghtml_refresh(ghtml);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user