Skip to content

Commit

Permalink
tiny formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Oct 27, 2022
1 parent 976db37 commit 17ca29a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libvips/foreign/nsgifload.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ vips_foreign_load_nsgif_load( VipsForeignLoad *load )
if( vips_image_generate( t[0],
NULL, vips_foreign_load_nsgif_generate, NULL, gif, NULL ) ||
vips_sequential( t[0], &t[1],
"tile_height", vips_foreign_load_nsgif_tile_height(gif),
"tile_height",
vips_foreign_load_nsgif_tile_height( gif ),
NULL ) ||
vips_image_write( t[1], load->real ) )
return( -1 );
Expand Down Expand Up @@ -627,6 +628,7 @@ vips_foreign_load_nsgif_init( VipsForeignLoadNsgif *gif )
&gif->anim );
if (result != NSGIF_OK) {
VipsObjectClass *class = VIPS_OBJECT_GET_CLASS( gif );

vips_error( class->nickname, "%s",
nsgif_strerror( result ) );
return;
Expand Down

0 comments on commit 17ca29a

Please sign in to comment.