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