[devel] Added some whitespace in comments.

This commit is contained in:
Glenn Randers-Pehrson
2011-04-16 19:35:05 -05:00
parent cb1aee2506
commit b75b24103d
4 changed files with 12 additions and 12 deletions

View File

@@ -437,8 +437,8 @@ png_decompress_chunk(png_structp png_ptr, int comp_type,
png_size_t expanded_size = png_inflate(png_ptr,
(png_bytep)(png_ptr->chunkdata + prefix_size),
chunklength - prefix_size,
0, /*output*/
0); /*output size*/
0, /* output */
0); /* output size */
/* Now check the limits on this chunk - if the limit fails the
* compressed data will be removed, the prefix will remain.