aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-api.c
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-01-17 06:02:40 -0500
committerjgeboski <jgeboski@gmail.com>2015-01-17 06:02:40 -0500
commitf712cc75857edbbd0e55948945d7ce07a8361c4d (patch)
tree8f3110de7adcd747c8461a5f12536eedf1ec8936 /facebook/facebook-api.c
parentadc6f0329103651e8458f32bd1b92e7dce9d94e5 (diff)
downloadbitlbee-facebook-f712cc75857edbbd0e55948945d7ce07a8361c4d.tar.gz
bitlbee-facebook-f712cc75857edbbd0e55948945d7ce07a8361c4d.tar.bz2
bitlbee-facebook-f712cc75857edbbd0e55948945d7ce07a8361c4d.tar.xz
Unconstify all GSLists
Diffstat (limited to 'facebook/facebook-api.c')
-rw-r--r--facebook/facebook-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/facebook-api.c b/facebook/facebook-api.c
index 48a693c..f1277c8 100644
--- a/facebook/facebook-api.c
+++ b/facebook/facebook-api.c
@@ -1089,7 +1089,7 @@ finish:
void fb_api_thread_create(fb_api_t *api, GSList *uids)
{
fb_http_req_t *req;
- const GSList *l;
+ GSList *l;
GString *to;
fb_id_t *uid;