[gnome-online-accounts/wip/rishi/gtask: 1/4] httpclient: Style fix
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/gtask: 1/4] httpclient: Style fix
- Date: Fri, 23 Nov 2018 19:16:18 +0000 (UTC)
commit 31897339ea72690943a58df217f15022d44bdc4a
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Nov 23 18:37:53 2018 +0100
httpclient: Style fix
src/goabackend/goahttpclient.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/goabackend/goahttpclient.c b/src/goabackend/goahttpclient.c
index 52cc0f56..e340708c 100644
--- a/src/goabackend/goahttpclient.c
+++ b/src/goabackend/goahttpclient.c
@@ -117,7 +117,7 @@ http_client_request_started (SoupSession *session, SoupMessage *msg, SoupSocket
GError *error;
GTlsCertificateFlags cert_flags;
- data = g_task_get_task_data (task);
+ data = (CheckData *) g_task_get_task_data (task);
error = NULL;
if (!data->accept_ssl_errors
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]