diff options
author | Michael Fulbright <drmike@src.gnome.org> | 1999-11-10 17:17:17 +0000 |
---|---|---|
committer | Michael Fulbright <drmike@src.gnome.org> | 1999-11-10 17:17:17 +0000 |
commit | 95d923f6612471b0ac4ab364cddaf2e39991fb8a (patch) | |
tree | afce1c6ab08bd2317189002317dfe350fcbc35bd /demos | |
parent | 5a63c9488daa97547638b6b28832b5b6c6a7f123 (diff) | |
download | gtk+-95d923f6612471b0ac4ab364cddaf2e39991fb8a.tar.gz |
cleanup to remove warnings.
Dr Mike <drmike@redhat.com>
Diffstat (limited to 'demos')
-rw-r--r-- | demos/testpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 5b67aa912d..9d15087551 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -497,7 +497,6 @@ main (int argc, char **argv) GdkPixbuf *pixbuf; GdkPixbufLoader *pixbuf_loader; - FILE *file; gtk_init (&argc, &argv); @@ -519,6 +518,7 @@ main (int argc, char **argv) if (tbf_bps) { bps = atoi(tbf_bps); + g_print ("Simulating %d kBytes/sec\n", bps); readlen = (bps*1024)/10; } } |