summaryrefslogtreecommitdiff
path: root/tests/pixbuf-random.c
diff options
context:
space:
mode:
authorBjörn Lindqvist <bjourne@gmail.com>2008-05-25 08:41:15 +0000
committerBjörn Lindqvist <bjornl@src.gnome.org>2008-05-25 08:41:15 +0000
commit6eb51d28e3373c4af4245a42bdeb5c62cd88f59d (patch)
treefabf7756d10136ba4ebe3a94f72d19af1497cfa4 /tests/pixbuf-random.c
parent53c45d129a84afd6361355b357137914a5d8ff2e (diff)
downloadgtk+-6eb51d28e3373c4af4245a42bdeb5c62cd88f59d.tar.gz
tests/pixbuf-lowmem.c tests/pixbuf-random.c
2008-05-25 Björn Lindqvist <bjourne@gmail.com> * tests/pixbuf-lowmem.c * tests/pixbuf-random.c * tests/pixbuf-randomly-modified.c * tests/pixbuf-read.c * tests/pixbuf-threads.c * tests/testgtk.c * tests/testtreeview.c: Fix remaining compiler warnings in these files (#523751). svn path=/trunk/; revision=20144
Diffstat (limited to 'tests/pixbuf-random.c')
-rw-r--r--tests/pixbuf-random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pixbuf-random.c b/tests/pixbuf-random.c
index df50ef3ca3..f9ff9f5afe 100644
--- a/tests/pixbuf-random.c
+++ b/tests/pixbuf-random.c
@@ -26,7 +26,7 @@
#include <string.h>
static void
-assault (const gchar *header, gsize header_size, int n_images)
+assault (const guchar *header, gsize header_size, int n_images)
{
FILE *f;
enum { N_CHARACTERS = 10000 };