diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 3b19776cf..9a28af8e3 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -88,7 +88,7 @@ ephy_history_get_type (void) { static GType type = 0; - if (type == 0) + if (G_UNLIKELY (type == 0)) { static const GTypeInfo our_info = { |