summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-01-01 22:16:32 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-01-01 22:16:32 +0000
commit471d5be00b983ba156ccc2ee4f0c1b8bf65e9c30 (patch)
tree0205be5329047a7107b138c900d7d4db7f17b8c3
parent1909fc0adcd8bec6f0179382c1788cfa146499e1 (diff)
downloadpngtoico-471d5be00b983ba156ccc2ee4f0c1b8bf65e9c30.tar.gz
pngtoico-471d5be00b983ba156ccc2ee4f0c1b8bf65e9c30.tar.xz
pngtoico-471d5be00b983ba156ccc2ee4f0c1b8bf65e9c30.zip
Remove debugging printf()
-rw-r--r--pngtoico.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pngtoico.c b/pngtoico.c
index 8cbacca..cbbd1c9 100644
--- a/pngtoico.c
+++ b/pngtoico.c
@@ -314,7 +314,6 @@ read_png(const char *file)
/* Done with this row */
free(row_pointers[y]);
- fprintf(stderr, "\n");
}
free(row_pointers);