diff options
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 27d700b79..7bb10a108 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -195,7 +195,7 @@ ephy_encodings_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyEncodingsClass), NULL, |