commit | b75b24103d5cdf2e816fe50d8ee96f3a98627c6c | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Apr 16 19:35:05 2011 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Apr 16 19:35:05 2011 -0500 |
tree | d4eddd04bc1d6cac5a72ff74c056e2a51acfefda | |
parent | cb1aee250698490a4117797c398f93c5a089f95f [diff] [blame] |
[devel] Added some whitespace in comments.
diff --git a/pngrutil.c b/pngrutil.c index 79841fa..5b0ebce 100644 --- a/pngrutil.c +++ b/pngrutil.c
@@ -437,8 +437,8 @@ 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.