diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 51135e8f0..aea0ee6c0 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -581,8 +581,8 @@ ephy_shell_init (EphyShell *shell) /* globally accessible singleton */ g_assert (ephy_shell == NULL); ephy_shell = shell; - g_object_add_weak_pointer (G_OBJECT(ephy_shell), - (gpointer *)ptr); + g_object_add_weak_pointer (G_OBJECT (ephy_shell), + (gpointer *) ptr); } static void |