summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-12 08:08:55 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-12 08:08:55 +0100
commit1c50ef35392b06a187b252d1976e662af3e7f6be (patch)
tree7c63646a743abb93253ea7e7ac60f5ef7d7097c6 /rest/rest-proxy-call.c
parent90f737a109e64147dc8a896d46f6bdae3cb4a771 (diff)
Mark GErrors which shouldn't be freed as const
Diffstat (limited to 'rest/rest-proxy-call.c')
-rw-r--r--rest/rest-proxy-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index ddafb3a..b8ed212 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -771,7 +771,7 @@ typedef struct
static void
_rest_proxy_call_async_cb (RestProxyCall *call,
- GError *error,
+ const GError *error,
GObject *weak_object,
gpointer userdata)
{