diff options
Diffstat (limited to 'embed/ephy-x509-cert.c')
-rw-r--r-- | embed/ephy-x509-cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-x509-cert.c b/embed/ephy-x509-cert.c index 824d3d807..f35560e9d 100644 --- a/embed/ephy-x509-cert.c +++ b/embed/ephy-x509-cert.c @@ -30,7 +30,7 @@ ephy_x509_cert_get_type (void) if (ephy_x509_cert_type == 0) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyX509CertIface), NULL, |