[epiphany/history-rewrite: 21/45] Minor style fix
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/history-rewrite: 21/45] Minor style fix
- Date: Wed, 24 Aug 2011 19:41:05 +0000 (UTC)
commit 93d78a6ad585d5e79879775aedab415f14cf6008
Author: Claudio Saavedra <csaavedra igalia com>
Date: Tue Jul 5 20:03:09 2011 +0300
Minor style fix
lib/sqlite/ephy-sqlite-connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sqlite/ephy-sqlite-connection.c b/lib/sqlite/ephy-sqlite-connection.c
index 87ced83..3981a0e 100644
--- a/lib/sqlite/ephy-sqlite-connection.c
+++ b/lib/sqlite/ephy-sqlite-connection.c
@@ -108,7 +108,7 @@ ephy_sqlite_connection_close (EphySQLiteConnection *self)
}
void
-ephy_sqlite_connection_get_error(EphySQLiteConnection *self, GError **error)
+ephy_sqlite_connection_get_error (EphySQLiteConnection *self, GError **error)
{
if (error)
*error = g_error_new (get_ephy_sqlite_quark (), 0, sqlite3_errmsg (self->priv->database), 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]