mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove extra whitespace
This commit is contained in:
parent
c689100e65
commit
fbc017165c
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ apng_default_tell (png_structp pngp)
|
|||
|
||||
void
|
||||
apng_set_write_fn (png_structp pngp, apng_infop ainfop, png_voidp iop,
|
||||
png_rw_ptr write_f, png_flush_ptr flush_f,
|
||||
png_rw_ptr write_f, png_flush_ptr flush_f,
|
||||
apng_seek_ptr seek_f, apng_tell_ptr tell_f)
|
||||
{
|
||||
if (!( pngp && ainfop ))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue