aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extension.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-extension.c')
-rw-r--r--src/ephy-extension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-extension.c b/src/ephy-extension.c
index 144104eee..15f27d5cf 100644
--- a/src/ephy-extension.c
+++ b/src/ephy-extension.c
@@ -30,7 +30,7 @@ ephy_extension_get_type (void)
{
static GType type = 0;
- if (type == 0)
+ if (G_UNLIKELY (type == 0))
{
static const GTypeInfo our_info =
{