[libgda: 13/17] Fixing function parameters
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 13/17] Fixing function parameters
- Date: Mon, 25 Nov 2019 18:23:13 +0000 (UTC)
commit a8eb727e5b3033f2c4a3d767d5610e7b440d1284
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Tue Apr 9 07:29:01 2019 -0500
Fixing function parameters
tests/test-server-operation-sqlite.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-server-operation-sqlite.c b/tests/test-server-operation-sqlite.c
index b08e6034f..ebd81caf4 100644
--- a/tests/test-server-operation-sqlite.c
+++ b/tests/test-server-operation-sqlite.c
@@ -51,7 +51,7 @@ typedef struct
static void
test_server_operation_start (TestObjectFixture *fixture,
- gconstpointer *user_data)
+ gconstpointer user_data)
{
fixture->cnc = NULL;
fixture->provider = NULL;
@@ -75,7 +75,7 @@ test_server_operation_start (TestObjectFixture *fixture,
static void
test_server_operation_finish (TestObjectFixture *fixture,
- gconstpointer *user_data)
+ gconstpointer user_data)
{
gboolean res = gda_connection_close (fixture->cnc, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]