diff options
Diffstat (limited to 'lib/ephy-loader.c')
-rw-r--r-- | lib/ephy-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-loader.c b/lib/ephy-loader.c index cbd19fce9..d4b1a0375 100644 --- a/lib/ephy-loader.c +++ b/lib/ephy-loader.c @@ -30,7 +30,7 @@ ephy_loader_get_type (void) { static GType type = 0; - if (type == 0) + if (G_UNLIKELY (type == 0)) { static const GTypeInfo our_info = { |