summaryrefslogtreecommitdiff
path: root/gdata/media/gdata-media-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/media/gdata-media-group.c')
-rw-r--r--gdata/media/gdata-media-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/media/gdata-media-group.c b/gdata/media/gdata-media-group.c
index 39a41f6b..6d0db9b6 100644
--- a/gdata/media/gdata-media-group.c
+++ b/gdata/media/gdata-media-group.c
@@ -183,7 +183,7 @@ parse_xml (GDataParsable *parsable, xmlDoc *doc, xmlNode *node, gpointer user_da
end -= 2;
/* Shift the remainder of the string downwards */
- g_memmove (comma, comma + 2, end - comma);
+ memmove (comma, comma + 2, end - comma);
*end = '\0';
}
}