s/lwz/lzw/g

1999-11-03  Jonathan Blandford  <jrb@redhat.com>

	* src/io-gif.c (gif_prepare_lzw): s/lwz/lzw/g
This commit is contained in:
Jonathan Blandford
1999-11-03 17:45:24 +00:00
committed by Jonathan Blandford
parent 3d5a2b1230
commit a8ec2c3b9f
2 changed files with 73 additions and 73 deletions

View File

@ -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)