summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>1999-11-03 17:45:24 +0000
committerJonathan Blandford <jrb@src.gnome.org>1999-11-03 17:45:24 +0000
commita8ec2c3b9f1d4fb6e3ccbfa31ec165211a7e4561 (patch)
treecde513ebc2c4e7100c1b781d3c6b75754a31899b /demos
parent3d5a2b1230af813f7870fce0695a2574fc439de6 (diff)
downloadgtk+-a8ec2c3b9f1d4fb6e3ccbfa31ec165211a7e4561.tar.gz
s/lwz/lzw/g
1999-11-03 Jonathan Blandford <jrb@redhat.com> * src/io-gif.c (gif_prepare_lzw): s/lwz/lzw/g
Diffstat (limited to 'demos')
-rw-r--r--demos/testpixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 2e7490cc18..6c058232a3 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -522,7 +522,7 @@ main (int argc, char **argv)
int nbytes;
nbytes = fread(buf, 1, readlen, file);
- printf(".");
+ //printf(".");
fflush(stdout);
if (gdk_pixbuf_loader_write (GDK_PIXBUF_LOADER (pixbuf_loader), buf, nbytes) == FALSE)