diff options
author | Ross Burton <ross@linux.intel.com> | 2009-10-12 08:08:55 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-10-12 08:08:55 +0100 |
commit | 1c50ef35392b06a187b252d1976e662af3e7f6be (patch) | |
tree | 7c63646a743abb93253ea7e7ac60f5ef7d7097c6 /rest/rest-proxy-call.c | |
parent | 90f737a109e64147dc8a896d46f6bdae3cb4a771 (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.c | 2 |
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) { |