summaryrefslogtreecommitdiff
path: root/src/png.c
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-04 18:50:29 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-04 18:50:29 +0100
commitf5decdf48e13d89f133c27e9e8b77c5e04aa4bbd (patch)
tree8a465ed37366c4658ea377544f314a1b7e12e76c /src/png.c
parent816b74acd5396ef095e57909305881c6094e1dce (diff)
parentac3bab6219c73fef181f120e11d9d2c07ba848c3 (diff)
merge
Diffstat (limited to 'src/png.c')
-rw-r--r--src/png.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/png.c b/src/png.c
index 989809e8..f7e2de8d 100644
--- a/src/png.c
+++ b/src/png.c
@@ -304,6 +304,7 @@ static void
*/
static void Png_close(DilloPng *png, CacheClient_t *Client)
{
+ MSG("Png_close\n");
/* Let dicache know decoding is over */
a_Dicache_close(png->url, png->version, Client);