summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Fulbright <drmike@src.gnome.org>1999-11-10 17:17:17 +0000
committerMichael Fulbright <drmike@src.gnome.org>1999-11-10 17:17:17 +0000
commit95d923f6612471b0ac4ab364cddaf2e39991fb8a (patch)
treeafce1c6ab08bd2317189002317dfe350fcbc35bd
parent5a63c9488daa97547638b6b28832b5b6c6a7f123 (diff)
downloadgtk+-95d923f6612471b0ac4ab364cddaf2e39991fb8a.tar.gz
cleanup to remove warnings.
Dr Mike <drmike@redhat.com>
-rw-r--r--demos/testpixbuf.c2
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;
}
}