aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-module.c')
-rw-r--r--lib/ephy-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-module.c b/lib/ephy-module.c
index 60c96f1f2..95f9a587e 100644
--- a/lib/ephy-module.c
+++ b/lib/ephy-module.c
@@ -58,7 +58,7 @@ ephy_module_get_type (void)
{
static GType type = 0;
- if (type == 0)
+ if (G_UNLIKELY (type == 0))
{
static const GTypeInfo type_info =
{