summaryrefslogtreecommitdiff
path: root/tests/pixbuf-randomly-modified.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pixbuf-randomly-modified.c')
-rw-r--r--tests/pixbuf-randomly-modified.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index 8b380a097..932e53cbc 100644
--- a/tests/pixbuf-randomly-modified.c
+++ b/tests/pixbuf-randomly-modified.c
@@ -41,7 +41,7 @@ randomly_modify (const gchar *image, guint size)
int i, n;
guchar *img_copy = g_malloc (size);
- g_memmove (img_copy, image, size);
+ memmove (img_copy, image, size);
n = MIN (100, size / 4);