diff options
Diffstat (limited to 'lib/ephy-sqlite-connection.c')
-rw-r--r-- | lib/ephy-sqlite-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-sqlite-connection.c b/lib/ephy-sqlite-connection.c index 655d6c28e..0c49bf684 100644 --- a/lib/ephy-sqlite-connection.c +++ b/lib/ephy-sqlite-connection.c @@ -51,7 +51,7 @@ ephy_sqlite_connection_init (EphySQLiteConnection *self) self->priv->database = NULL; } -static GQuark get_ephy_sqlite_quark () +static GQuark get_ephy_sqlite_quark (void) { return g_quark_from_static_string ("ephy-sqlite"); } |